diff options
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,7 @@ -all: +ifndef W +include ../../common.mk +endif -clean: - rm -f *~
\ No newline at end of file +clean :: $W/clean +$W/clean: + rm -f $(@D)/*~ |
![]() |
index : numterm | |
command line tools to operate on numerical data | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 9 |
@@ -1,4 +1,7 @@ -all: +ifndef W +include ../../common.mk +endif -clean: - rm -f *~
\ No newline at end of file +clean :: $W/clean +$W/clean: + rm -f $(@D)/*~ |