summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a81987a4..bc92af8e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ localedir = $(PREFIX)/usr/share/locale
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
-all: mdkonline
+all:
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
clean: