Merge branch 'rmlibfileis'

This commit is contained in:
Emma Tebibyte 2023-12-25 19:02:00 -07:00
commit 3249a83861
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
3 changed files with 2 additions and 131 deletions

View File

@ -61,8 +61,8 @@ false: src/false.rs build_dir
intcmp: src/intcmp.c build_dir intcmp: src/intcmp.c build_dir
$(CC) $(CFLAGS) -o build/bin/intcmp src/intcmp.c $(CC) $(CFLAGS) -o build/bin/intcmp src/intcmp.c
scrut: src/scrut.c libfileis build_dir scrut: src/scrut.c build_dir
$(CC) $(CFLAGS) -lfileis -o build/bin/scrut src/scrut.c $(CC) $(CFLAGS) -o build/bin/scrut src/scrut.c
str: src/str.c build_dir str: src/str.c build_dir
$(CC) $(CFLAGS) -o build/bin/str src/str.c $(CC) $(CFLAGS) -o build/bin/str src/str.c