diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-20 17:04:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-20 17:04:33 +0100 |
commit | 0c23afa5651cc3d7f9ad53311446325e35313347 (patch) | |
tree | b5f010ef6713fb30e44736e3138eaad314b4d353 /test/ppu-stm-integration-demo/makefile | |
parent | 42c5e8f324129b500a04c1a060a20f411e105dfd (diff) |
debugged the ppu (still WIP, but some output is visible)
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 < $<) >> $@ |