aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c226ef4..92211b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
-refs: refs.lex
- lex refs.lex
- cc -O2 -o refs lex.yy.c -lfl
+fref: fref.lex
+ lex fref.lex
+ cc -O2 -o fref lex.yy.c -lfl