aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-04 21:12:41 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-04 21:12:41 +0000
commit98fe57cec3f493e3b6c15ffbde4033069375c06a (patch)
treeb8f765a9e4d6a1d760387a1874c34f435b8e14a7 /Makefile
parenta7ccf243c4ed5a09f5c39eb99b9119a05cf99c74 (diff)
downloadtransfugdrake-98fe57cec3f493e3b6c15ffbde4033069375c06a.tar
transfugdrake-98fe57cec3f493e3b6c15ffbde4033069375c06a.tar.gz
transfugdrake-98fe57cec3f493e3b6c15ffbde4033069375c06a.tar.bz2
transfugdrake-98fe57cec3f493e3b6c15ffbde4033069375c06a.tar.xz
transfugdrake-98fe57cec3f493e3b6c15ffbde4033069375c06a.zip
add all make rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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