Fix madtty_color_pair for terms with only 8 colors.
[apps/madtty.git] / demo / Makefile
1 DEPTH=..
2 include $(DEPTH)/am/header.mk
3
4 bin_PROGRAMS = boxshell
5
6 boxshell_SOURCES = boxshell.c
7 boxshell_LDFLAGS = -L../madtty -lmadtty -Wl,--rpath,/home/madcoder/dev/madtty/madtty
8 boxshell_CPPFLAGS = -Wno-error
9
10 include $(DEPTH)/am/footer.mk
11
12 # vim:set ft=automake:
13