diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-20 10:16:25 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-21 11:19:55 +0200 |
commit | 832c354a05df96c3ec9730b9dcbaa75ee666c3c4 (patch) | |
tree | 6b4fff3117e17f3eb928deca87005a4318ec5f6f /Makefile | |
parent | fa547f513fb97828aa87cd5370ff81cf4ecae709 (diff) | |
download | fref-832c354a05df96c3ec9730b9dcbaa75ee666c3c4.tar.gz |
Convert hyphens to en dashes, warn if field unused
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ fref: fref.lex lex fref.lex - cc -O2 -o fref lex.yy.c -lfl + cc -std=c89 -O2 -o fref lex.yy.c -lfl |