source: research/2008-displacement/Makefile @ 2281

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