Add help target to src/Makefile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user