summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5fd0865c..82e49a43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 13.4
+VERSION = 13.5
NAME = drakconf
SUBDIRS = po pixmaps polkit #data
localedir = $(DESTDIR)/usr/share/locale
@@ -14,7 +14,7 @@ override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all: drakconf drakconf.desktop
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
-drakconf:
+drakconf:
cp -l control-center drakconf
clean: