annotate extra/NaN/src/Makefile @ 2968:e49fc39e8ee0 octave-forge

Add "clean" rules to makefiles and discard exit status
author goffioul
date Thu, 25 Jan 2007 21:09:12 +0000
parents 19251cd2753b
children 0c83673d2cbe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2414
19251cd2753b Latest package manager mega patch, but not the last
adb014
parents:
diff changeset
1 all: $(wildcard *.cc)
19251cd2753b Latest package manager mega patch, but not the last
adb014
parents:
diff changeset
2
19251cd2753b Latest package manager mega patch, but not the last
adb014
parents:
diff changeset
3 %.oct: %.cc
19251cd2753b Latest package manager mega patch, but not the last
adb014
parents:
diff changeset
4 mkoctfile $<
2968
e49fc39e8ee0 Add "clean" rules to makefiles and discard exit status
goffioul
parents: 2414
diff changeset
5
e49fc39e8ee0 Add "clean" rules to makefiles and discard exit status
goffioul
parents: 2414
diff changeset
6 clean: ; -rm *.o core octave-core *.oct *~