forked from bonsai/harakit
Makefile, getopt-rs: added getopt-rs library
This commit is contained in:
commit
91e129b813
@ -7,5 +7,11 @@ indent_style = tab
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*akefile]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[configure]
|
[configure]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|||||||
12
Makefile
12
Makefile
@ -28,7 +28,7 @@ all: false fop intcmp scrut str strcmp true
|
|||||||
build:
|
build:
|
||||||
# keep build/include until bindgen(1) has stdin support
|
# keep build/include until bindgen(1) has stdin support
|
||||||
# https://github.com/rust-lang/rust-bindgen/issues/2703
|
# https://github.com/rust-lang/rust-bindgen/issues/2703
|
||||||
mkdir -p build/bin build/include build/o build/lib
|
mkdir -p build/bin build/include build/lib build/o build/test
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build/ dist/
|
rm -rf build/ dist/
|
||||||