Remember the correct old declaration in stack_push(). This fixes cp_error016.c
[cparser] / Makefile
index 88c4760..e9c4c30 100644 (file)
--- 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