upload .exe for funnies

This commit is contained in:
2026-03-07 09:56:45 +10:00
parent 4839dd8eb2
commit 008ba541d8
3 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
run:
g++ *.c *.cpp -o app -lglfw -lGL && ./app
g++ *.c *.cpp -o main.exe -lglfw -lGL && ./app
build:
g++ *.c *.cpp -o app -lglfw -lGL