diff options
Diffstat (limited to 'test/ppu-stm-integration-demo/makefile')
-rw-r--r-- | test/ppu-stm-integration-demo/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ppu-stm-integration-demo/makefile b/test/ppu-stm-integration-demo/makefile index 715a22b..0eeada5 100644 --- a/test/ppu-stm-integration-demo/makefile +++ b/test/ppu-stm-integration-demo/makefile @@ -1,4 +1,6 @@ -data.h: data.txt +all: test-background-color.h test-image.h + +%.h: %.txt echo "#pragma once" > $@ echo "#include <stdint.h>" >> $@ (printf "#define HH_PPUINTDEMO_LENGTH "; wc -l < $<) >> $@ |