mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
allow CFLAGS override
This commit is contained in:
parent
1f1405da75
commit
5d2dc55b93
@ -1,10 +1,10 @@
|
||||
all: elf2nso build_pfs0
|
||||
|
||||
build_pfs0: build_pfs0.c
|
||||
gcc -o $@ $^
|
||||
gcc $(CFLAGS) -o $@ $^
|
||||
|
||||
elf2nso: elf2nso.c sha256.c
|
||||
gcc -o $@ $^ -llz4
|
||||
gcc $(CFLAGS) -o $@ $^ -llz4
|
||||
|
||||
install: all
|
||||
cp build_pfs0 /usr/local/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user