diff options
author | John Ankarström <john@ankarstrom.se> | 2019-01-10 00:48:59 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2019-01-10 00:48:59 +0100 |
commit | 62fb21c640035a8aafcfcdeda905e5ea7684917f (patch) | |
tree | 658b1b29bd56ce4dedc4485fa51ce1d698b21d70 | |
parent | dae2614545de3d14084b2c459ad9e27162b440c6 (diff) | |
download | repl-62fb21c640035a8aafcfcdeda905e5ea7684917f.tar.gz |
removed cflags
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -CFLAGS = -Werror -Wall LDFLAGS = -lreadline -ltermcap repl: repl.c |