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

5 lines
89 B
Makefile

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