summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile.Web
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-05 00:54:50 +0200
committerRay <[email protected]>2022-07-05 00:54:50 +0200
commitd0f53db65f4b245f536bc6a9f386a94466cf37c2 (patch)
treeb54dfe8d1e2a557e0b3b5aec029eb1090dc1b4ab /examples/Makefile.Web
parentcd53531050ebbfaffdb70b089dda08e6c827f703 (diff)
downloadraylib-d0f53db65f4b245f536bc6a9f386a94466cf37c2.tar.gz
raylib-d0f53db65f4b245f536bc6a9f386a94466cf37c2.zip
REMOVED: example: core_quat_conversion
Diffstat (limited to 'examples/Makefile.Web')
-rw-r--r--examples/Makefile.Web4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web
index 4ee6652c..9d27443d 100644
--- a/examples/Makefile.Web
+++ b/examples/Makefile.Web
@@ -402,7 +402,6 @@ CORE = \
core/core_storage_values \
core/core_vr_simulator \
core/core_loading_thread \
- core/core_quat_conversion \
core/core_window_flags \
core/core_split_screen \
core/core_smooth_pixelperfect \
@@ -594,9 +593,6 @@ core/core_vr_simulator: core/core_vr_simulator.c
core/core_loading_thread: core/core_loading_thread.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s USE_PTHREADS=1
-core/core_quat_conversion: core/core_quat_conversion.c
- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
-
core/core_window_flags: core/core_window_flags.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)