Skip to content
Snippets Groups Projects
Commit 1f5ade69 authored by pfdietz's avatar pfdietz
Browse files

Added makefile. Entries are 'test' for running the test and 'clean' for removing binaries.

parent e71b2114
No related branches found
No related tags found
No related merge requests found
test:
echo "(load \"gclload.lsp\")" | gcl | tee test.out
clean:
rm -f *.fasl *.o *~ *.fn rt/*.o rt/*.fasl rt/*.fn rt/*~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment