source:
research/2008-displacement/Makefile
@
2280
Last change on this file since 2280 was 2277, checked in by , 15 years ago | |
---|---|
File size: 207 bytes |
Rev | Line | |
---|---|---|
[2277] | 1 | all: main xy2d |
[2273] | 2 | |
3 | xy2d: xy2d.c | |
4 | $(CC) -W -Wall $^ -o $@ | |
5 | ||
6 | main: main.c | |
[2276] | 7 | $(CC) -Wall -O3 -funroll-loops -ffast-math -W -Wall $^ -o $@ $$(pkg-config --cflags --libs sdl) -lSDL_image -lm |
[2273] | 8 | |
9 | clean: | |
10 | rm -f xy2d main | |
11 |
Note: See TracBrowser
for help on using the repository browser.