mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +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
|
||||
|
||||
bootstrap:
|
||||
cd ruby && bundle
|
||||
|
||||
c:
|
||||
cd c && make test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue