mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-04-27 14:57:43 +00:00
Add a bootstrap make target
This commit is contained in:
parent
91bda119f9
commit
1072088493
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -2,6 +2,9 @@ default: all
|
||||||
|
|
||||||
all: c ruby
|
all: c ruby
|
||||||
|
|
||||||
|
bootstrap:
|
||||||
|
cd ruby && bundle
|
||||||
|
|
||||||
c:
|
c:
|
||||||
cd c && make test
|
cd c && make test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue