From 98014aa54361143450d0d9869369b6e3cb715f28 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 3 Oct 2003 15:33:45 +0000 Subject: Macintosh. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3