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

.PHONY: test
test: *.csc
	$(CSC) <( cat *-test.csc test-main.csc )