From 97d910da992e1957d29f6ee86ff9dea719609cce Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sun, 14 Jan 2018 12:20:47 +0000 Subject: [PATCH] Add help target Signed-off-by: Mahyar Koshkouei --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index d540c83..4026913 100644 --- a/Makefile +++ b/Makefile @@ -145,4 +145,13 @@ install-snip: uninstall: rm $(DESTDIR)$(LIBDIR)/$(LIBRETRO_DIR)/$(TARGET) +help: + @echo 'make [flags]' + @echo 'Targets:' + @echo ' clean install install-snip uninstall help' + @echo 'Flags:' + @echo ' platform String containing platform details.' + @echo ' locale Support toolchain with locale support.' + @echo ' false: disable support, otherwise enabled (default).' + .PHONY: clean