Makefile: add swab(1)

This commit is contained in:
dtb
2024-02-26 08:43:03 -07:00
parent bbac85daf8
commit f14877118d

View File

@@ -17,7 +17,7 @@ CC=cc
RUSTC=rustc
.PHONY: all
all: dj false fop intcmp rpn scrut str strcmp true
all: dj false fop intcmp rpn scrut str strcmp swab true
build:
# keep build/include until bindgen(1) has stdin support