kornos/kernel/Makefile

6 lines
104 B
Makefile

.PHONY: x86_64 i386 clean
x86_64 i386:
zig build -Dtarget="$@" --prefix .
clean:
rm -rf bin zig-cache