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 "" + +.PHONY: all clean distclean install uninstall love