mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
add dist rule
This commit is contained in:
parent
57516fccda
commit
444ce175bd
6
Makefile
6
Makefile
@ -1,5 +1,11 @@
|
||||
all: compile_installer
|
||||
|
||||
REV=$(shell grep define svnrev/svnrev.c | gawk '{print $$3}')
|
||||
|
||||
dist: compile-installer
|
||||
@tar cfj HomebrewFilter-rev42.tar.bz HomebrewFilter/
|
||||
@tar cfj HomebrewFilter-Standalone-rev42.tar.bz2 HomebrewFilter.Standalone/
|
||||
|
||||
clean:
|
||||
@make -C main clean
|
||||
@make -C boot clean
|
||||
|
Loading…
Reference in New Issue
Block a user