projects
/
apps
/
madtty.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0783b00d58666d56918922116d94110bdad13fc7
[apps/madtty.git]
/
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 -lncurses
8
boxshell_CPPFLAGS = -Wno-error
9
10
include $(DEPTH)/am/footer.mk
11
12
# vim:set ft=automake:
13