aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-04-21 23:04:02 +0200
committerGitHub <noreply@github.com>2017-04-21 23:04:02 +0200
commit5620e739149ee2a8d3152f11eb444d4e982352ab (patch)
tree77ca8ecaf95916bfac03fdca7d059e0fa2bf0728
parente38a7fcedec0573f38f5bdea43f2ad32c1889dce (diff)
parentec22577e5a144a181a81c212cdc901fcfa0a8988 (diff)
downloadraylib-5620e739149ee2a8d3152f11eb444d4e982352ab.tar.gz
raylib-5620e739149ee2a8d3152f11eb444d4e982352ab.zip
Merge pull request #266 from Triangle345/patch-3
basic_game - update makefile
-rw-r--r--templates/basic_game/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic_game/Makefile b/templates/basic_game/Makefile
index b9704b4b..6114b1ce 100644
--- a/templates/basic_game/Makefile
+++ b/templates/basic_game/Makefile
@@ -141,7 +141,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
else
# libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed
- LIBS = -lraylib -lglfw3 -lglew32 -lopengl32 -lopenal32 -lgdi32
+ LIBS = -lraylib -lglfw3 -lopengl32 -lopenal32 -lgdi32
endif
endif
endif