From 98fe57cec3f493e3b6c15ffbde4033069375c06a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 4 Sep 2007 21:12:41 +0000 Subject: add all make rule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1665c10..a085d70 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ RPM=$(HOME)/rpm #override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\" +all: + for d in $(SUBDIRS); do make -C $d $@; done + transfug_oe: transfug_oe.o $(CC) $(CFLAGS) -o transfug_oe transfug_oe.o -- cgit v1.2.1