changeset 8:f2a0a6e5dd60

Makefiles more consistent; accept optional "install" target in tertiary makes
author pkienzle
date Mon, 18 Mar 2002 07:43:33 +0000
parents 2bb14d8244ce
children 00efc2699da9
files Makefile
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,5 @@
-
 include ../../Makeconf
 
-PROGS = conv2.oct cordflt2.oct
-
-all: $(PROGS)
+all: conv2.oct cordflt2.oct
 
-clean:
-	$(RM) *.o $(PROGS) octave-core core *~
- 
+clean: ; -$(RM) *.o octave-core core *.oct *~