diff options
| author | Ray <[email protected]> | 2017-10-20 00:18:21 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-20 00:18:21 +0200 |
| commit | 1375a616b25c3ffad1cc73581b8acbdc30ef79b4 (patch) | |
| tree | ce28dacb72996ed0aeba0b5541c08581550af8c0 /examples/Makefile | |
| parent | 037fbc571ab943d0b8efd69d674bc7408875e8be (diff) | |
| download | raylib-1375a616b25c3ffad1cc73581b8acbdc30ef79b4.tar.gz raylib-1375a616b25c3ffad1cc73581b8acbdc30ef79b4.zip | |
Some examples code tweaks
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile index bd4552cb..0dc04452 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -557,11 +557,6 @@ physac/physics_restitution: physac/physics_restitution.c # compile [physac] example - physics shatter physac/physics_shatter: physac/physics_shatter.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) $(PHYSAC_LIBS) -D$(PLATFORM) - -ifeq ($(PLATFORM),PLATFORM_ANDROID) -external/native_app_glue.o : native_app_glue.c native_app_glue.h - $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(SHAREDFLAG) -endif # fix dylib install path name for each executable (MAC) fix_dylib: |
