first commit, on the way to implement window drawing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
comp:
|
||||
zig c++ --target=x86_64-windows -o ../build/win32_handmade.exe win32_handmade.cpp
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm ../build/*
|
||||
Reference in New Issue
Block a user