aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-18 22:52:13 +0000
committerOmar Polo <op@omarpolo.com>2021-01-18 22:52:13 +0000
commit5bc29bc915c1929d8cf9d7a29f225087029efe6a (patch)
tree7094e91bc114ab6b58f5d3dd69b903f512aa0ab8 /Makefile
parentd89aa7630d6aeacb93efd11f2e35e9e15ab96ae1 (diff)
remove README.md target
leftover from when README.md was generated by gmid.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf88eec..75ac470 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ LIBDIR = /usr/lib/
.PHONY: all static clean test install
-all: gmid TAGS README.md
+all: gmid TAGS
lex.yy.c: lex.l y.tab.c
${LEX} lex.l