diff options
| author | Ray <raysan5@gmail.com> | 2016-08-10 12:55:54 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-08-10 12:55:54 +0200 |
| commit | 289e04a62a64a6e82aa5da3397baaa7f48cc45ed (patch) | |
| tree | 0dc28541849cc17d1f7d9e231eaf26aa19254eb8 /src/Makefile | |
| parent | a1b6b217e4797caf0ab2b5e297a91013ac24333d (diff) | |
| download | raylib-289e04a62a64a6e82aa5da3397baaa7f48cc45ed.tar.gz raylib-289e04a62a64a6e82aa5da3397baaa7f48cc45ed.zip | |
Ported camera module to header-only
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
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. |
