summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d432794..2eb5265c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ distclean: clean
$(RM) configure Makefile.incl
$(RM) -r .deps/
-.PHONY: all clean distclean install uninstall
+love:
+ @echo "<moan>"
+
+.PHONY: all clean distclean install uninstall love