mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
minor Makefile target change
This commit is contained in:
parent
4ce8dc5a39
commit
f0ba2da8ca
6
Makefile
6
Makefile
@ -1,11 +1,11 @@
|
||||
all:
|
||||
@echo either use "make dist" or "make dist_vwii"
|
||||
@echo either use "make full_dist", "make dist_wii" or "make dist_vwii"
|
||||
|
||||
REV=$(shell grep define svnrev/svnrev.c | gawk '{print $$3}')
|
||||
|
||||
full_dist: dist dist_vwii pack_forwarder
|
||||
full_dist: dist_wii dist_vwii pack_forwarder
|
||||
|
||||
dist: compile_installer compile_stboot
|
||||
dist_wii: compile_installer compile_stboot
|
||||
@tar cfj dist/HomebrewFilter-rev$(REV).tar.bz2 dist/HomebrewFilter/
|
||||
@tar cfj dist/HomebrewFilter-Standalone-rev$(REV).tar.bz2 dist/HomebrewFilter.Standalone/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user