1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-18 23:01:36 +03:00
Files
pacemuzx/Makefile-dist
Simon Owen f89649541a 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)