diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-05-03 13:49:44 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2018-05-03 13:49:44 +0100 |
commit | a1e93038af0a739b9af57bd40ffbee6963dc3242 (patch) | |
tree | eebceb8f833c55fe8c9a1e15d4c26afd7defdfbc /Makefile | |
parent | 362f70b04da8f8e9c0c159527bce7da65591c260 (diff) | |
download | faqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.tar.gz faqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.tar.xz faqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.zip |
Add a simple camera struct and camera controls
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBS)) -std=c11 -MMD -MP LDFLAGS += -Wl,--as-needed LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBS)) -lm -OBJ := faqe.o ensize.o eprintf.o fmd.o gl.o glprog.o ieee754.o model.o mtl.o tex.o +OBJ := faqe.o camera.o ensize.o eprintf.o fmd.o gl.o glprog.o ieee754.o model.o mtl.o tex.o all: $(PROG) |