upload .exe for funnies
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -26,9 +26,3 @@
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user