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

Patch to makefile submitted by jjgr.

parent 501c936d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ LISP=gcl
ACL=~/acl62_trial/alisp
test:
echo "(load \"gclload.lsp\")" | gcl | tee test.out
rmdir scratch
echo "(load \"gclload.lsp\")" | $(LISP) | tee test.out
test-unixport:
echo "(load \"gclload.lsp\")" | ../unixport/saved_ansi_gcl | tee test.out
......
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