diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ ifndef W -include ../../common.mk +R := ../.. +include $R/common.mk endif -clean :: $W/clean +rec_clean :: $W/clean $W/clean: rm -f $(@D)/*~ |
![]() |
index : numterm | |
command line tools to operate on numerical data | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 5 |
@@ -1,7 +1,8 @@ ifndef W -include ../../common.mk +R := ../.. +include $R/common.mk endif -clean :: $W/clean +rec_clean :: $W/clean $W/clean: rm -f $(@D)/*~ |