source: research/2008-displacement/Makefile @ 2280

Last change on this file since 2280 was 2277, checked in by Sam Hocevar, 15 years ago
  • Put stuff relevant to the paper in a subdirectory.
File size: 207 bytes
RevLine 
[2277]1all: main xy2d
[2273]2
3xy2d: xy2d.c
4        $(CC) -W -Wall $^ -o $@
5
6main: main.c
[2276]7        $(CC) -Wall -O3 -funroll-loops -ffast-math -W -Wall $^ -o $@ $$(pkg-config --cflags --libs sdl) -lSDL_image -lm
[2273]8
9clean:
10        rm -f xy2d main
11
Note: See TracBrowser for help on using the repository browser.