aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index e82c2861..b4eccdb2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -203,10 +203,6 @@ external/stb_vorbis.o: external/stb_vorbis.c external/stb_vorbis.h
utils.o : utils.c utils.h
$(CC) -c $< $(CFLAGS) $(INCLUDES) -D$(PLATFORM)
-# compile camera module
-camera.o : camera.c raylib.h
- $(CC) -c $< $(CFLAGS) $(INCLUDES)
-
# It installs generated and needed files to compile projects using raylib.
# The installation works manually.
# TODO: add other platforms.