upload .exe for funnies
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -26,9 +26,3 @@
|
|||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
run:
|
run:
|
||||||
g++ *.c *.cpp -o app -lglfw -lGL && ./app
|
g++ *.c *.cpp -o main.exe -lglfw -lGL && ./app
|
||||||
build:
|
build:
|
||||||
g++ *.c *.cpp -o app -lglfw -lGL
|
g++ *.c *.cpp -o app -lglfw -lGL
|
||||||
|
|||||||
Reference in New Issue
Block a user