X-Git-Url: http://git.madism.org/?p=apps%2Fmadtty.git;a=blobdiff_plain;f=demo%2FMakefile;fp=demo%2FMakefile;h=7e218c7ba80d42fc966f9bc3dfe4eeada01c5e76;hp=0783b00d58666d56918922116d94110bdad13fc7;hb=1f877e6f07a48bc78f0b38d4fba4306d3a4688a2;hpb=f825f4ca53c05c78e52b7e007e07ad76587fb46c diff --git a/demo/Makefile b/demo/Makefile index 0783b00..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 +boxshell_LDFLAGS = -L../madtty -lmadtty boxshell_CPPFLAGS = -Wno-error include $(DEPTH)/am/footer.mk