From 6a421fd01e7e9240d5b9ba84743ea176a81eba2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 10 Jan 2019 00:33:54 +0100 Subject: working (no history) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6c6bc49 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +CFLAGS = -Werror -Wall +LDFLAGS = -lreadline -ltermcap + +repl: repl.c -- cgit v1.2.3