aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f598cb..d7d62f1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,8 @@ transfug_oe: transfug_oe.o
$(CC) $(CFLAGS) -o transfug_oe transfug_oe.o
clean:
- $(MAKE) -C po $@
rm -f core transfug_oe *~
- for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
+ for d in $(SUBDIRS); do make -C $d $@; done
install_old: transfug_oe
$(MAKE) -C po $@