1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-19 07:11:20 +03:00

Clean using TAPE variable

Changed clean rule to use target variable, for easier colour/mono builds.
This commit is contained in:
Simon Owen
2011-12-06 21:42:42 +00:00
parent 9a540acab3
commit f89649541a

View File

@ -5,4 +5,4 @@ $(TAPE): start.part $(ROMS) end.part
cat start.part $(ROMS) end.part > $(TAPE)
clean:
rm -f pacemuzx.tap
rm -f $(TAPE)