diff options
author | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
commit | 319ed6d0e0266f5f6174a5acd929914db8cfae1d (patch) | |
tree | 76408d9cadcbed1e702efa8c44f4cf5e364b0a4d /battle-e/berries/Makefile | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'battle-e/berries/Makefile')
-rw-r--r-- | battle-e/berries/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/battle-e/berries/Makefile b/battle-e/berries/Makefile deleted file mode 100644 index 1c28d80..0000000 --- a/battle-e/berries/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -all: chilan.bin drash.bin eggant.bin nutpea.bin pumkin.bin strib.bin - -%.1: %.asm - python ../../scripts/charmap.py $< $@ - -%.2: %.1 - rgbasm -o $@ $< - -%.3: %.2 - rgblink -o $@ $< - -%.4: %.3 - dd if=$< of=$@ bs=1 skip=256 count=1324 - -%.bin: %.4 - python ../../scripts/berrychecksum.py $< $@ - -clean: - rm -f *.bin
\ No newline at end of file |