17 lines
129 B
Makefile
17 lines
129 B
Makefile
all: env test packages
|
|
|
|
clean:
|
|
bin/clean.sh
|
|
|
|
env:
|
|
bin/env.sh
|
|
|
|
test:
|
|
bin/test.sh
|
|
|
|
doc:
|
|
bin/doc.sh
|
|
|
|
packages:
|
|
bin/packages.sh
|