mirror of
https://github.com/wiiu-env/libfat.git
synced 2025-02-16 17:29:23 +01:00
make binary distribution dependent on release build
This commit is contained in:
parent
e81de2b33a
commit
985992255a
7
Makefile
7
Makefile
@ -10,7 +10,10 @@ default: release
|
|||||||
|
|
||||||
all: release dist
|
all: release dist
|
||||||
|
|
||||||
release:
|
lib:
|
||||||
|
@[ -d $@ ] || mkdir -p $@
|
||||||
|
|
||||||
|
release: lib
|
||||||
make -C nds BUILD=release
|
make -C nds BUILD=release
|
||||||
make -C gba BUILD=release
|
make -C gba BUILD=release
|
||||||
|
|
||||||
@ -22,7 +25,7 @@ clean:
|
|||||||
make -C nds clean
|
make -C nds clean
|
||||||
make -C gba clean
|
make -C gba clean
|
||||||
|
|
||||||
dist-bin: distribute/$(DATESTRING)
|
dist-bin: release distribute/$(DATESTRING)
|
||||||
make -C nds dist-bin
|
make -C nds dist-bin
|
||||||
make -C gba dist-bin
|
make -C gba dist-bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user