Skip to content
Snippets Groups Projects
Commit 17193acd authored by WooNaYoung's avatar WooNaYoung
Browse files

Add a part about .o to the Makefile

parent e2c8b912
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ test.o: test.c
fx_s2308_double.o: fx_s2308_double.c
$(CC) $(CFLAGS) fx_s2308_double.c
fx_s2308_longlong.o: fx_s2308_longlong.c
$(CC) $(CFLAGS) fx_s2308_longlong.c
clean:
- rm $(OBJS)
rm fx_s2308_double
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment