Add help target

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
Mahyar Koshkouei 2018-01-14 12:20:47 +00:00
parent 67ed3ce49e
commit 97d910da99
1 changed files with 9 additions and 0 deletions

View File

@ -145,4 +145,13 @@ install-snip:
uninstall:
rm $(DESTDIR)$(LIBDIR)/$(LIBRETRO_DIR)/$(TARGET)
help:
@echo 'make <target> [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