aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a7ea86..4db7d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ DISTDIR ?= mtest-$(VERSION)
MKDIR ?= mkdir
RM ?= rm -f
+all:
+ @echo "all done"
+
install:
install -m 0644 -D -t $(DESTDIR)$(INCDIR) mtest.h
install -m 0644 -D -t $(DESTDIR)$(PREFIX)/man7 man/mtest_overview.7