aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4756073..4c2be61 100644
--- a/Makefile
+++ b/Makefile
@@ -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