Skip to content
Snippets Groups Projects
Commit c60f902a authored by BeomSooHeo's avatar BeomSooHeo
Browse files

Update Makefile

parent 3d6ffdb7
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ MACRO =
test : $(OBJS)
$(CC) $(MACRO) $(CFLAGS) $^ -o $@
$(CC) $(CFLAGS) $^ -o $@
.c.o:
$(CC) $(CXX) $<
$(CC) $(MACRO) $(CXX) $<
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment