add $ZIGFLAGS to kernel/Makefile
This commit is contained in:
parent
b5eaaf9112
commit
e743d602a6
|
|
@ -1,6 +1,6 @@
|
|||
.PHONY: x86_64 i386 clean
|
||||
x86_64 i386:
|
||||
zig build -Dtarget="$@" --prefix .
|
||||
zig build -Dtarget="$@" --prefix . $(ZIGFLAGS)
|
||||
|
||||
clean:
|
||||
rm -rf bin zig-cache
|
||||
rm -rf bin zig-cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue