From 169887f4a5dd07f4492524bfac80dfc7e65e868b Mon Sep 17 00:00:00 2001 From: Hendrik van Wyk Date: Wed, 13 Sep 2017 21:38:33 +0200 Subject: [PATCH] Only compile the invertergui binary. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dbd7d47..e8fe8f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -#Copyright (c) 2015, Hendrik van Wyk +#Copyright (c) 2015, 2017 Hendrik van Wyk #All rights reserved. # #Redistribution and use in source and binary forms, with or without @@ -29,7 +29,7 @@ .PHONY: test install gofmt install: - go install ./... + go install ./cmd/invertergui/ all: install gofmt test