blob: d05ae0a2169048bb73f43cab1ead1875d69568cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TESTDIRS = string arith frames types imp array
test: $(TESTDIRS)
$(TESTDIRS)::
@echo
../asy -dir ../base $@/*.asy
clean: FORCE
rm -f *.eps
distclean: FORCE clean
FORCE:
|