source: cacatris/trunk/src/Makefile.am @ 1311

Last change on this file since 1311 was 1083, checked in by Sam Hocevar, 17 years ago
  • Initial tree.
File size: 142 bytes
Line 
1
2bin_PROGRAMS = cacatris
3
4cacatris_SOURCES = main.c
5cacatris_CFLAGS = `pkg-config --cflags caca`
6cacatris_LDFLAGS = `pkg-config --libs caca`
7
Note: See TracBrowser for help on using the repository browser.