Makefile, getopt-rs: added getopt-rs library

This commit is contained in:
Emma Tebibyte 2024-01-15 15:50:12 -07:00
commit 91e129b813
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
9 changed files with 1001 additions and 3 deletions

View File

@ -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

View File

@ -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/