]> git.sesse.net Git - nageru/blobdiff - Makefile
Load arbitrary images through SDL_image, instead of requiring raw grayscale ones.
[nageru] / Makefile
index 609128bf52ccc788d0fe31b1077bdfb0a4e8b143..02ba83358eac66296438c0c732cc59bfa108d744 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ mainwindow.o: ui_mainwindow.h
 futatabi: $(OBJS) $(CEF_LIBS)
        $(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)
 flow: flow.o
-       $(CXX) -o $@ $^ -lepoxy -lSDL2
+       $(CXX) -o $@ $^ -lepoxy -lSDL2 -lSDL2_image
 eval: eval.o util.o
        $(CXX) -o $@ $^
 vis: vis.o util.o