diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ CSC = guile-compat/csc.fish .PHONY: test test: *.csc - $(CSC) <( cat *-test.csc test-main.csc ) + $(CSC) test-main.csc *-test.csc |
