From 7cc0621aa507409c2c6bb6e26a5633d13b0e8de2 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Wed, 27 Dec 2017 00:29:54 +0100 Subject: [PATCH] Self executing Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 94369ca..69d045f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,3 @@ all: gcc -Wall -IC:\SDL2\x32\include *.c -LC:\SDL2\x32\lib -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -o Asteroids.exe + Asteroids.exe