Add a bootstrap make target

This commit is contained in:
Sami Samhuri 2022-01-22 18:04:02 -08:00
parent 91bda119f9
commit 1072088493
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

View file

@ -2,6 +2,9 @@ default: all
all: c ruby
bootstrap:
cd ruby && bundle
c:
cd c && make test