diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-18 22:52:13 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-18 22:52:13 +0000 |
commit | 5bc29bc915c1929d8cf9d7a29f225087029efe6a (patch) | |
tree | 7094e91bc114ab6b58f5d3dd69b903f512aa0ab8 /Makefile | |
parent | d89aa7630d6aeacb93efd11f2e35e9e15ab96ae1 (diff) |
remove README.md target
leftover from when README.md was generated by gmid.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |