mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +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
|
||||
|
||||
release:
|
||||
lib:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
||||
release: lib
|
||||
make -C nds BUILD=release
|
||||
make -C gba BUILD=release
|
||||
|
||||
@ -22,7 +25,7 @@ clean:
|
||||
make -C nds clean
|
||||
make -C gba clean
|
||||
|
||||
dist-bin: distribute/$(DATESTRING)
|
||||
dist-bin: release distribute/$(DATESTRING)
|
||||
make -C nds dist-bin
|
||||
make -C gba dist-bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user