Skip to content

Commit

Permalink
Add make all target
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 8, 2021
1 parent 7f3dca1 commit c5f11e1
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 @@ -20,6 +20,8 @@ TEST_PROCESSORS ?= iso cc iec un m3aawg jcgm csa bipm iho ogc itu ietf

BUILD_DIR := build

all: $(BUILD_DIR)/metanorma

rubyc:
curl -L https://github.com/metanorma/ruby-packer/releases/download/v0.6.1/rubyc-$(PLATFORM)-x64 \
-o $@ && \
Expand Down

0 comments on commit c5f11e1

Please sign in to comment.