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