summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-08-19 16:25:51 +0200
committerraysan5 <[email protected]>2020-08-19 16:25:51 +0200
commit48f0dfa18e7c82e9baef327dfc4262e0427926e8 (patch)
tree96fa0e95daabadcb20f00e22c3d0f2837de31ef5 /src/Makefile
parentac0362d30e3bfee0bf3ef8dff35ee64eae190844 (diff)
downloadraylib-48f0dfa18e7c82e9baef327dfc4262e0427926e8.tar.gz
raylib-48f0dfa18e7c82e9baef327dfc4262e0427926e8.zip
Update Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 17f5c4bc..9c32417a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -582,6 +582,10 @@ physac.o : physac.c physac.h
@echo #include "$(RAYLIB_MODULE_PHYSAC_PATH)/physac.h" > physac.c
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION
+# Compile android_native_app_glue module
+$(NATIVE_APP_GLUE)/android_native_app_glue.o : android_native_app_glue.c
+ $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
+
# Install generated and needed files to desired directories.
# On GNU/Linux and BSDs, there are some standard directories that contain extra