[LON-CAPA-cvs] cvs: nsdl /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 05 May 2002 03:35:25 -0000
harris41 Sat May 4 23:35:25 2002 EDT
Modified files:
/nsdl/build Makefile
Log:
definitely will need a clean target -Scott
Index: nsdl/build/Makefile
diff -u nsdl/build/Makefile:1.1 nsdl/build/Makefile:1.2
--- nsdl/build/Makefile:1.1 Sat May 4 23:16:00 2002
+++ nsdl/build/Makefile Sat May 4 23:35:25 2002
@@ -1,7 +1,7 @@
# The NSDL to LON-CAPA Gateway Server
# Scott Harrison
-# $Id: Makefile,v 1.1 2002/05/05 03:16:00 harris41 Exp $
+# $Id: Makefile,v 1.2 2002/05/05 03:35:25 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -87,4 +87,6 @@
tardist:
@echo "Not yet implemented"
+clean:
+ @echo "Not yet implemented"