aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefile b/makefile
index c8ff8f2..3704027 100644
--- a/makefile
+++ b/makefile
@@ -54,6 +54,16 @@ uninstall:
systemctl daemon-reload
+.PHONY: clean
+clean:
+ @true
+
+
+.PHONY: distclean
+distclean:
+ rm -f prefix.mk
+
+
.PHONY: prefix.mk
prefix.mk:
@echo 'PREFIX=$(PREFIX)' >$@