Makefile: add swab(1)

This commit is contained in:
dtb 2024-02-26 08:43:03 -07:00
parent bbac85daf8
commit f14877118d
Signed by: trinity
GPG Key ID: 31FF85CCB6DC7641
1 changed files with 1 additions and 1 deletions

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