diff level1/makefile @ 1119:f86ef3d1d7c9

Makefiles have been redone to take advantage of size and Make features
author boisy
date Sat, 12 Apr 2003 17:19:55 +0000
parents 2bb48f58cba5
children 99b993d4c94e
line wrap: on
line diff
--- a/level1/makefile	Sat Apr 12 15:31:18 2003 +0000
+++ b/level1/makefile	Sat Apr 12 17:19:55 2003 +0000
@@ -41,6 +41,9 @@
 
 dsk: all $(PACKAGENAME)
 
+dskcopy: dsk
+	$(CP) $(DSK1) $(DSK2) $(PACKAGENAME) $(DSKDIR)
+
 $(PACKAGENAME): $(DSK1) $(DSK2)
 	$(ZIP) $(PACKAGENAME) $(DSK1) $(DSK2) ReadMe ChangeLog