aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
Diffstat (limited to 'skate')
-rw-r--r--skate/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/skate/Makefile b/skate/Makefile
index 39858bb..f098ecd 100644
--- a/skate/Makefile
+++ b/skate/Makefile
@@ -8,8 +8,7 @@ test:
.PHONY: generate
generate:
- go get golang.org/x/tools/cmd/stringer
- go generate
+ go get golang.org/x/tools/cmd/stringer && go generate
.PHONY: all
all: generate $(TARGETS)
@@ -22,7 +21,6 @@ all: generate $(TARGETS)
clean:
rm -f $(TARGETS)
rm -f $(PKGNAME)_*.deb
- rm -f $(PKGNAME)*.rpm
rm -rf packaging/debian/$(PKGNAME)/usr
.PHONY: deb
@@ -32,4 +30,3 @@ deb: all
cd packaging/debian && fakeroot dpkg-deb --build $(PKGNAME) .
mv packaging/debian/$(PKGNAME)_*.deb .
-