Files
shit/Makefile
2026-03-07 09:56:45 +10:00

5 lines
94 B
Makefile

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