diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ atomdis: $(SRC:.c=.o) # Autogenerated files datastructs_gen.c: atombios.h atombios_rev.h datastructs_factory.pl - cpp atombios_rev.h | perl ./datastructs_factory.pl > datastructs_gen.c + cpp atombios_rev.h | perl ./datastructs_factory.pl > datastructs_gen.c 2>/dev/null || cpp atombios_rev.h | perl ./datastructs_factory.pl >/dev/null # Clean @@ -42,7 +42,7 @@ $(SRC:.c=.d): datastructs_gen.c # Special Flags + Dependencies -datastructs.o: CFLAGS += -Wno-unused +datastructs.o: CFLAGS += -Wno-unused -Wno-unknown-pragmas _always_: @true |