We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dd3ba commit bcbc46fCopy full SHA for bcbc46f
Makefile
@@ -8,7 +8,7 @@ LIB_ALLEGRO=\lib\liballegro-$(ALLEGRO_VERSION)-monolith-mt.a
8
INCLUDE_ALLEGRO=\include
9
10
main.exe: main.o
11
- gcc -o main.exe main.o $(PATH_ALLEGRO)$(LIB_ALLEGRO)
+ gcc -o main.exe main.o $(PATH_ALLEGRO)$(LIB_ALLEGRO) -mwindows
12
13
main.o: main.c
14
gcc -I $(PATH_ALLEGRO)$(INCLUDE_ALLEGRO) -c main.c
0 commit comments