source: neercs/trunk/src/Makefile.am @ 1436

Revision 1436, 134 bytes checked in by sam, 6 years ago (diff)
  • Initial SVN skeleton.
Line 
1
2bin_PROGRAMS = neercs
3
4neercs_SOURCES = main.c
5neercs_CFLAGS = `pkg-config --cflags caca`
6neercs_LDFLAGS = `pkg-config --libs caca`
7
Note: See TracBrowser for help on using the repository browser.