diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 30ff19e1..19326a0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,8 +13,8 @@ CMDS=\ sam\ samterm\ -clean all install nuke: - for i in $(LIBS) $(DIRS); \ +all clean install nuke: + for i in $(LIBS) $(CMDS); \ do \ (echo $$i; cd $$i; $(MAKE) $@); \ done |
