From f14877118dd2206ab3d7d0914ba3a8a41c73a3cc Mon Sep 17 00:00:00 2001 From: DTB Date: Mon, 26 Feb 2024 08:43:03 -0700 Subject: [PATCH] Makefile: add swab(1) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c4f52e..a630e09 100644 --- a/Makefile +++ b/Makefile @@ -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