1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-19 07:11:20 +03:00
Files
pacemuzx/Makefile-dist
Simon Owen ad7dfebb03 Clean using TAPE variable
Changed clean rule to use target variable, for easier colour/mono builds.
2011-12-06 21:42:42 +00:00

9 lines
167 B
Plaintext

TAPE=pacemuzx.tap
ROMS=pacman.6e pacman.6f pacman.6h pacman.6j
$(TAPE): start.part $(ROMS) end.part
cat start.part $(ROMS) end.part > $(TAPE)
clean:
rm -f $(TAPE)