Skip to content

Commit bcbc46f

Browse files
authored
feat: 🚑 ajustes compilação (#2)
1 parent 74dd3ba commit bcbc46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LIB_ALLEGRO=\lib\liballegro-$(ALLEGRO_VERSION)-monolith-mt.a
88
INCLUDE_ALLEGRO=\include
99

1010
main.exe: main.o
11-
gcc -o main.exe main.o $(PATH_ALLEGRO)$(LIB_ALLEGRO)
11+
gcc -o main.exe main.o $(PATH_ALLEGRO)$(LIB_ALLEGRO) -mwindows
1212

1313
main.o: main.c
1414
gcc -I $(PATH_ALLEGRO)$(INCLUDE_ALLEGRO) -c main.c

0 commit comments

Comments
 (0)