aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ce7b5b4d1fd466e2527b43d859d949112b2f05a4 (plain) (blame)
1
2
3
4
5
6
7
8
CSC := guile-compat/csc.fish

.PHONY: test-csc
test: *.csc
	$(CSC) tests/test-main.csc lib/csc/*-test.csc

.PHONY: test
test: test-csc