Add help target to src/Makefile

This commit is contained in:
Geoffrey D. Bennett
2022-03-17 01:32:22 +10:30
parent c7881dfae9
commit f70c0cb409

View File

@@ -83,3 +83,11 @@ uninstall:
rm -f $(BINDIR)/$(TARGET)
rm -f $(ICONDIR)/$(TARGET).png
rm -f $(DESKTOPDIR)/$(DESKTOP_FILE)
help:
@echo "alsa-scarlett-gui"
@echo
@echo "This Makefile knows about:"
@echo " make"
@echo " make install"
@echo " make uninstall"