2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00

update Makefile

This commit is contained in:
Miguel Mota 2019-04-21 20:20:33 -07:00
parent 1a2c05bd16
commit ccd7f74f26

View File

@ -1,5 +1,9 @@
aul:
@echo "no default"
VERSION = $$(git describe --abbrev=0 --tags)
all: build
version:
@echo $(VERSION)
run:
go run main.go
@ -120,6 +124,8 @@ copr/build:
copr-cli build cointop ~/rpmbuild/SRPMS/cointop-*.rpm
rm -rf ~/rpmbuild/SRPMS/cointop-*.rpm
copr/deploy: rpm/dirs rpm/cp/specs rpm/download rpm/build copr/build
brew/clean: brew/remove
brew cleanup --force cointop
brew prune