diff options
| author | Ray <raysan5@gmail.com> | 2017-04-21 23:04:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-21 23:04:02 +0200 |
| commit | 5620e739149ee2a8d3152f11eb444d4e982352ab (patch) | |
| tree | 77ca8ecaf95916bfac03fdca7d059e0fa2bf0728 | |
| parent | e38a7fcedec0573f38f5bdea43f2ad32c1889dce (diff) | |
| parent | ec22577e5a144a181a81c212cdc901fcfa0a8988 (diff) | |
| download | raylib-5620e739149ee2a8d3152f11eb444d4e982352ab.tar.gz raylib-5620e739149ee2a8d3152f11eb444d4e982352ab.zip | |
Merge pull request #266 from Triangle345/patch-3
basic_game - update makefile
| -rw-r--r-- | templates/basic_game/Makefile | 2 |
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 |
