The Squirrel interpreter. See http://www.squirrel-lang.org/
Makefile
- Committer:
- jhnwkmn
- Date:
- 2014-12-16
- Revision:
- 0:97a4f8cc534c
File content as of revision 0:97a4f8cc534c:
SQUIRREL=. MAKE=make sq32: cd squirrel; $(MAKE) cd sqstdlib; $(MAKE) cd sq; $(MAKE) sqprof: cd squirrel; $(MAKE) sqprof cd sqstdlib; $(MAKE) sqprof cd sq; $(MAKE) sqprof sq64: cd squirrel; $(MAKE) sq64 cd sqstdlib; $(MAKE) sq64 cd sq; $(MAKE) sq64