From 54b253909bd51c331e2360196fa4656293b302d2 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Wed, 3 Feb 2021 20:32:55 -0700 Subject: [PATCH] fixup! Added a module for (pre-post-order) utilities --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3588a2..1b8cfcf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TARGET := $(shell guile -c "(display (%site-dir))") CCACHE := $(shell guile -c "(display(%site-ccache-dir))") -OBJ := csv.go transform.scm +OBJ := csv.go transform.go .PHONY: all clean install uninstall all: $(OBJ)