source: trunk/tools/Makefile.am @ 1661

Last change on this file since 1661 was 1524, checked in by sam, 11 years ago

build: move all games to a "games" subdirectory to clean up the root
directory layout mess.

File size: 206 bytes
Line 
1
2SUBDIRS =
3SUBDIRS += neercs
4
5
6noinst_PROGRAMS = $(make_font)
7
8make_font_SOURCES = make-font.cpp
9make_font_CPPFLAGS = @CACA_CFLAGS@
10make_font_LDFLAGS = @CACA_LIBS@
11
12if USE_CACA
13make_font = make-font
14endif
15
Note: See TracBrowser for help on using the repository browser.