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:
@ -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)
|
||||
|
Reference in New Issue
Block a user