X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=e9c4c30199341ffd45ed5342491e6cff62d25ebb;hb=5ee7d5e63a5309c4a6a94050fc55e2883dcc19c4;hp=88c4760a405339abf48a680e827731f4fbdbcfde;hpb=f6c1ead779c365453da484355686e5e23ab0023d;p=cparser diff --git a/Makefile b/Makefile index 88c4760..e9c4c30 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ SOURCES := \ type.c \ types.c \ type_hash.c \ + warning.c \ write_fluffy.c \ driver/firm_cmdline.c \ driver/firm_timing.c \ @@ -94,4 +95,4 @@ build/%.o: %.c clean: @echo '===> CLEAN' - $(Q)rm -rf build $(GOAL) .depend + $(Q)rm -rf build/* $(GOAL) .depend