source:
cacatris/trunk/src/Makefile.am
@
1311
Last change on this file since 1311 was 1083, checked in by , 17 years ago | |
---|---|
File size: 142 bytes |
Line | |
---|---|
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.