Files
handmade_hero/code/Makefile
2026-01-25 15:05:05 +02:00

6 lines
137 B
Makefile

comp:
zig c++ --target=x86_64-windows -o ../build/win32_handmade.exe win32_handmade.cpp -lgdi32 -g
.PHONY: clean
clean:
rm ../build/*