X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile;h=51d22d4fd7c03b230247ea5b63e6c444bc633fd6;hb=f9c29149e90d3710b0d6f2d6a7a4cffcba401fe6;hp=1857ad504d3ead5c96d589153bedf462dfb9753a;hpb=99040ac4817ccb7520a6b6464b1661215e3c1721;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile b/bfile/Makefile index 1857ad5..51d22d4 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,10 +1,10 @@ SHELL=/bin/sh INCLUDE=-I../include TPROG=btest -CFLAGS=-g -Wall +CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) LIB=../lib/bfile.a -PO = bfile.o +PO = bfile.o mfile.o CPP=cc -E all: $(LIB) @@ -26,6 +26,6 @@ clean: dep depend: $(CPP) $(INCLUDE) -M *.c >.depend -#ifeq (.depend,$(wildcard .depend)) +ifeq (.depend,$(wildcard .depend)) include .depend -#endif +endif