aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e8088f3..7288bac 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,5 @@ tar: dist
dist:
git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > ../$(NAME)-$(VERSION).tar.xz
-clean:
-
-submit: clean ci
+submit: ci
mdvsys submit $(NAME)