From 85ff6ddcda49935061e1c9be591aa99e5541baee Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 13 Jan 2019 21:56:35 -0500 Subject: Enable warnings in libedit --- bin/cash/libedit/.gitignore | 1 + bin/cash/libedit/Makefile | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'bin') diff --git a/bin/cash/libedit/.gitignore b/bin/cash/libedit/.gitignore index 521814bf..eeae3b81 100644 --- a/bin/cash/libedit/.gitignore +++ b/bin/cash/libedit/.gitignore @@ -1,5 +1,6 @@ *.o common.h +config.mk emacs.h fcns.h func.h diff --git a/bin/cash/libedit/Makefile b/bin/cash/libedit/Makefile index 8f7a1c03..9b13d59d 100644 --- a/bin/cash/libedit/Makefile +++ b/bin/cash/libedit/Makefile @@ -1,3 +1,7 @@ +CFLAGS += -std=c99 -Wall -Wextra + +-include config.mk + OBJS += chared.o OBJS += chartype.o OBJS += common.o -- cgit 1.4.1 d class='sub'>dontfiles
summary refs log tree commit diff
path: root/bin/make.l (unfollow)
Commit message (Expand)Author
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe