Only compile the invertergui binary.

This commit is contained in:
Hendrik van Wyk
2017-09-13 21:38:33 +02:00
parent b4a7a6984d
commit 169887f4a5

View File

@@ -1,4 +1,4 @@
#Copyright (c) 2015, Hendrik van Wyk #Copyright (c) 2015, 2017 Hendrik van Wyk
#All rights reserved. #All rights reserved.
# #
#Redistribution and use in source and binary forms, with or without #Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
.PHONY: test install gofmt .PHONY: test install gofmt
install: install:
go install ./... go install ./cmd/invertergui/
all: install gofmt test all: install gofmt test