modifying the output location

This commit is contained in:
2024-08-01 11:15:57 +03:00
parent cf34a3dda6
commit 5d3dfa1f3e

View File

@@ -5,9 +5,9 @@
# @version 0.1
build:
g++ -o pog pog.cpp -lglfw -lGLESv2 -lm -lGL
g++ -o ./out/pog pog.cpp -lglfw -lGLESv2 -lm -lGL
run: build
./pog
./out/pog
# end