14 lines
92 B
Makefile
14 lines
92 B
Makefile
all: env test
|
|
|
|
clean:
|
|
bin/clean.sh
|
|
|
|
env:
|
|
bin/env.sh
|
|
|
|
test:
|
|
bin/test.sh
|
|
|
|
doc:
|
|
bin/doc.sh
|