]> git.sesse.net Git - ultimatescore/blob - stinger/Makefile
Check in some scripts based on OR-tools to try to generate good group schedules.
[ultimatescore] / stinger / Makefile
1 blur: blur.cpp
2         g++ -O2 -o blur blur.cpp -lpng `pkg-config --cflags --libs movit` -lSDL2 -lSDL2_image -g