source:
cacatris/trunk/src/Makefile.am
@
1083
Last change on this file since 1083 was 1083, checked in by , 17 years ago | |
---|---|
File size: 142 bytes |
Rev | Line | |
---|---|---|
[1083] | 1 | |
2 | bin_PROGRAMS = cacatris | |
3 | ||
4 | cacatris_SOURCES = main.c | |
5 | cacatris_CFLAGS = `pkg-config --cflags caca` | |
6 | cacatris_LDFLAGS = `pkg-config --libs caca` | |
7 |
Note: See TracBrowser
for help on using the repository browser.