X-Git-Url: http://git.madism.org/?p=apps%2Fmadtty.git;a=blobdiff_plain;f=demo%2FMakefile;fp=demo%2FMakefile;h=0783b00d58666d56918922116d94110bdad13fc7;hp=eb7c01a1443c9f54337081360b5bbbe414517c76;hb=bf09a79a00c99c715e7fbc65bf50634704c4233b;hpb=95d605c6b6281c9faae8bf6db465fe7920fa12fb diff --git a/demo/Makefile b/demo/Makefile index eb7c01a..0783b00 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -4,7 +4,7 @@ include $(DEPTH)/am/header.mk bin_PROGRAMS = boxshell boxshell_SOURCES = boxshell.c -boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses -lutil +boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses boxshell_CPPFLAGS = -Wno-error include $(DEPTH)/am/footer.mk