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