Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Rebuilderd Website
Commits
3c87941a
Verified
Commit
3c87941a
authored
Jun 14, 2020
by
Jelle van der Waa
🚧
Browse files
Add a default make target
parent
02088c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3c87941a
...
...
@@ -11,6 +11,7 @@ PORT ?= 9966
VERSION
?=
$(
shell
git describe
--tags
--always
--dirty
--match
=
v
*
2>/dev/null |
sed
's/^v//'
||
\
cat
$(CURDIR)
/.version 2> /dev/null
||
echo
0.0.0-unreleased
)
all
:
vendor
# Watchers
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment