Commit df20abfd authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Rule for automatically rebuilding headers

parent d46dcf99
...@@ -40,3 +40,5 @@ hardened-debug: ...@@ -40,3 +40,5 @@ hardened-debug:
debuglite: debuglite:
$(MAKE) all CFLAGS="-ggdb -DDEBUGLITE" $(MAKE) all CFLAGS="-ggdb -DDEBUGLITE"
.h:.c
scripts/MakeHeader $@
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment