Skip to content

Commit

Permalink
fix annoying compile-time error caused by having a macro symbol undef…
Browse files Browse the repository at this point in the history
…ined
  • Loading branch information
Evan Klitzke committed Dec 26, 2008
1 parent 89863d7 commit 5d6bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ fk.o: fk.c fk.h
gcc -c -g -O0 $(UNIT_TEST) $(GLIB_CFLAGS) $(GLIB_LIBS) fk.c

test: test.c fk.o
gcc -g -O0 $(GLIB_CFLAGS) $(GLIB_LIBS) -o test test.c fk.o
gcc -g -O0 $(UNIT_TEST) $(GLIB_CFLAGS) $(GLIB_LIBS) -o test test.c fk.o
./test
-rm -f *.png

Expand Down

0 comments on commit 5d6bc5b

Please sign in to comment.