dunno.
[idzebra-moved-to-github.git] / bfile / Makefile
index 235392d..51d22d4 100644 (file)
@@ -1,7 +1,7 @@
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG=btest
-CFLAGS=-g -Wall
+CFLAGS=-g -Wall -pedantic
 DEFS=$(INCLUDE)
 LIB=../lib/bfile.a
 PO = bfile.o mfile.o
@@ -26,6 +26,6 @@ clean:
 dep depend:
        $(CPP) $(INCLUDE) -M *.c >.depend
 
-#ifeq (.depend,$(wildcard .depend))
+ifeq (.depend,$(wildcard .depend))
 include .depend
-#endif
+endif