diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-20 01:32:48 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-20 01:32:48 +0200 |
commit | 1ef148f6f3fc515866be7abdbd5a844a45cb4f49 (patch) | |
tree | c05bea20750f8dbe830183a37767879dc5c078ad /Makefile | |
download | fref-1ef148f6f3fc515866be7abdbd5a844a45cb4f49.tar.gz |
Add refs.lex
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c226ef4 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +refs: refs.lex + lex refs.lex + cc -O2 -o refs lex.yy.c -lfl |