Skip to content

Commit

Permalink
Add make build recipe (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Dec 2, 2021
1 parent ff94dd2 commit 06f0257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ INSTALL ?= /usr/bin/install
MOLINILLO_VERSION = $(shell $(CRYSTAL) eval 'require "yaml"; puts YAML.parse(File.read("shard.lock"))["shards"]["molinillo"]["version"]')
MOLINILLO_URL = "https://github.com/crystal-lang/crystal-molinillo/archive/v$(MOLINILLO_VERSION).tar.gz"

all: bin/shards
all: build

include docs.mk

build: phony bin/shards

clean: phony clean_docs
rm -f bin/shards

Expand Down

1 comment on commit 06f0257

@zipzip225
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💦💦

Please sign in to comment.