add $ZIGFLAGS to kernel/Makefile

This commit is contained in:
Quinten Kock 2020-12-21 13:40:07 +01:00
parent b5eaaf9112
commit e743d602a6
1 changed files with 2 additions and 2 deletions

View File

@ -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