index
:
repl
master
build your own read-eval-print loop
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 6c6bc49ecdba612a37a0b7815ee998bf886b4559 (
plain
)
1
2
3
4
CFLAGS = -Werror -Wall LDFLAGS = -lreadline -ltermcap repl: repl.c