Skip to content

Commit

Permalink
adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
petermichaux committed Jul 25, 2011
1 parent cdc8f0a commit ed48a66
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ much of the code in Royal Scheme.
Example build and use.

$ cd royal-scheme
$ make
cc -Wall -ansi -c util.c
cc -Wall -ansi -c model.c
cc -Wall -ansi -c read.c
cc -Wall -ansi -c eval.c
cc -Wall -ansi -c print.c
cc -Wall -ansi -o scm util.o model.o read.o eval.o \
print.o repl.c
$ ./scm
$ make && ./scm
Welcome to Royal Scheme. Ctrl-c to exit.
> 123
123
Expand Down

1 comment on commit ed48a66

@nazgob
Copy link

@nazgob nazgob commented on ed48a66 Jul 26, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great to see you started work on royal-scheme! good luck!

Please sign in to comment.