diff Makefile @ 21:1404dfcee7b8

More work on scenefile and model loading support. Can now load PLY models and simple scene definition files. Converted dragon mesh to binary PLY format.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Nov 2019 03:03:52 +0200
parents a329f0216491
children f080349584b8
line wrap: on
line diff
--- a/Makefile	Fri Nov 22 00:14:16 2019 +0200
+++ b/Makefile	Fri Nov 22 03:03:52 2019 +0200
@@ -18,7 +18,8 @@
 %.o: %.cpp
 	$(CXX) $(CFLAGS) -c -o $@ $<
 
-glxdragon$(BINEXT): glxdragon.o
+
+glxdragon$(BINEXT): glxdragon.o dmmodel.o dmutil.o
 	$(CXX) -o $@ $+ $(LDFLAGS)
 
 clean: