This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
build_your_own_lisp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
(Somewhat adapted) code and solutions from the book "Build Your Own Lisp"
http://www.buildyourownlisp.com
lisp
c
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
384 KiB
Tree:
e03863667c
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e03863667c'
${ noResults }
build_your_own_lisp
/
chapter_04
/
Makefile
10 lines
96 B
Raw
Normal View
History
Initial commit
6 years ago
use readline instead of fputs() & fgets()
6 years ago
Initial commit
6 years ago
all
:
prompt
%
:
%.
c
cc -std
=
c11 -Wall
$@
.c -ledit -o
$@
.PHONY
:
clean
clean
:
rm -rf prompt