]> git.sesse.net Git - nageru/blobdiff - Makefile
Split out the flow code from the example driver.
[nageru] / Makefile
index 8e9edd2a90f8f2cc9624514107308bb67c3a4cec..4b0e275ba6c56bb5352429143df9b2deaa9ecd79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ mainwindow.o: ui_mainwindow.h
 
 futatabi: $(OBJS) $(CEF_LIBS)
        $(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)
-flow: flow.o gpu_timers.o
+flow: flow.o flow_main.o gpu_timers.o
        $(CXX) -o $@ $^ -lepoxy -lSDL2 -lSDL2_image
 eval: eval.o util.o
        $(CXX) -o $@ $^