aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 10:16:25 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-21 11:19:55 +0200
commit832c354a05df96c3ec9730b9dcbaa75ee666c3c4 (patch)
tree6b4fff3117e17f3eb928deca87005a4318ec5f6f /Makefile
parentfa547f513fb97828aa87cd5370ff81cf4ecae709 (diff)
downloadfref-832c354a05df96c3ec9730b9dcbaa75ee666c3c4.tar.gz
Convert hyphens to en dashes, warn if field unused
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92211b0..a84614a 100644
--- a/Makefile
+++ b/Makefile
@@ -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