X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=demo%2FMakefile;h=7e218c7ba80d42fc966f9bc3dfe4eeada01c5e76;hb=7e9bf69df0c4b6cd9a94172e71d7c6a584341f52;hp=eb7c01a1443c9f54337081360b5bbbe414517c76;hpb=0ea862e426edf62d5ee05178d8709a67ab316145;p=apps%2Fmadtty.git diff --git a/demo/Makefile b/demo/Makefile index eb7c01a..7e218c7 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 boxshell_CPPFLAGS = -Wno-error include $(DEPTH)/am/footer.mk