From 7c96197cff5c629728a3461532c63a208e77ed4d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 4 Jul 2012 22:11:55 +0200 Subject: Compile main.go before installing --- gitto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitto/Makefile b/gitto/Makefile index b2dec82..2c9d9de 100644 --- a/gitto/Makefile +++ b/gitto/Makefile @@ -15,7 +15,7 @@ $(filter %.go,$(objects)): %.go: %.scm install: $(install-objects) uninstall: $(uninstall-objects) -$(filter %.go,$(install-objects)): install-%: +$(filter %.go,$(install-objects)): install-%: $(filter %.go,$(objects)) install -Dm 644 $* "$(COMPDIR)/gitto/$*" $(filter %.scm,$(install-objects)): install-%: -- cgit v1.3-2-g0d8e