diff options
| author | Tauwasser <Tauwasser@tauwasser.eu> | 2018-05-29 22:11:38 +0200 |
|---|---|---|
| committer | Tauwasser <Tauwasser@tauwasser.eu> | 2018-05-29 22:15:33 +0200 |
| commit | 9f0ef977073c7a0644a18f47d5b1906190432454 (patch) | |
| tree | a9216acd036ec43333395c9c6e32645ae8254cbb /Makefile | |
| parent | ab18c3745f2b45252f8bad2865598c877854b233 (diff) | |
tools: add pkmncompress from pokered f75049fe
Add *.pic rule to Makefile to create compressed pictures.
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,3 +51,6 @@ clean: %.tilemap: %.png rgbgfx -t $@ $< + +%.pic: %.2bpp + tools/pkmncompress $< $@
\ No newline at end of file |
