aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-06 00:59:45 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-06 00:59:45 +0200
commitf728b357b9ec76fdad570e71671db6c8c8bc2442 (patch)
tree6d1e95bf86203acb974bffd9cbd2dffc62de3004 /skate
parent22f4d95b7c3e8e557b6f6cb0b7d1141dbe0837bc (diff)
downloadrefcat-f728b357b9ec76fdad570e71671db6c8c8bc2442.tar.gz
refcat-f728b357b9ec76fdad570e71671db6c8c8bc2442.zip
update Makefile
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 .
-