mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-19 07:11:20 +03:00
pacemuzx v1.0
This commit is contained in:
8
Makefile-dist
Normal file
8
Makefile-dist
Normal file
@ -0,0 +1,8 @@
|
||||
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 pacemuzx.tap
|
Reference in New Issue
Block a user