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.
18 lines
264 B
18 lines
264 B
|
|
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
|