summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d790d5aee1d..96551fb80c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
default: clean build
build: namcap
+ rm Gemfile.lock
+ bundle install
+ bundle exec ruby update.rb
makepkg
makepkg --printsrcinfo > .SRCINFO