aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2025-02-01 08:58:20 +0000
committerJuan J. Martinez <jjm@usebox.net>2025-02-01 08:58:20 +0000
commitb1e02b8dc82c7a47c1e5364ded9a03798c08a12a (patch)
treeb6dd8fb1c49a0c19b25553a2030d9b1b82d0e8c1 /Makefile
parent6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c (diff)
downloadpc-cpc-basic-b1e02b8dc82c7a47c1e5364ded9a03798c08a12a.tar.gz
pc-cpc-basic-b1e02b8dc82c7a47c1e5364ded9a03798c08a12a.zip
Tidy up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1157eb7..c6a2db3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
all: game.dsk
cpcec: game.dsk
- cpcec game.dsk
+ cpcec $<
game.dsk: game.bas idsk
- ./idsk $@ -n -t 0 -i game.bas
+ ./idsk $@ -n -t 0 -i $<
idsk:
mkdir iDSK/build