Skip to content

Commit

Permalink
Define default goal so dev targets are not ran in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
baelter committed Oct 10, 2024
1 parent e7a1c7e commit 5f36fa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ JS := static/js/lib/chunks/helpers.segment.js static/js/lib/chart.js static/js/l
CRYSTAL_FLAGS := --release --stats
override CRYSTAL_FLAGS += --error-on-warnings --link-flags=-pie

.DEFAULT_GOAL := all

.PHONY: livereload
livereload:
@echo "Starting livereload server..."
Expand Down

0 comments on commit 5f36fa3

Please sign in to comment.