remove str(1)

This commit is contained in:
dtb
2024-05-03 21:04:10 -06:00
parent cfef7aec1d
commit 3910c341bd
3 changed files with 1 additions and 139 deletions

View File

@@ -28,7 +28,7 @@ RUSTLIBS = --extern getopt=build/o/libgetopt.rlib \
CFLAGS += -I$(SYSEXITS)
.PHONY: all
all: dj false fop hru intcmp mm npc rpn scrut str strcmp stris swab true
all: dj false fop hru intcmp mm npc rpn scrut strcmp stris swab true
build:
# keep build/include until bindgen(1) has stdin support
@@ -118,11 +118,6 @@ scrut: build/bin/scrut
build/bin/scrut: src/scrut.c build
$(CC) $(CFLAGS) -o $@ src/scrut.c
.PHONY: str
str: build/bin/str
build/bin/str: src/str.c build
$(CC) $(CFLAGS) -o $@ src/str.c
.PHONY: stris
stris: build/bin/stris
build/bin/stris: src/stris.rs build build/o/libgetopt.rlib \