Makefile: add sleep to the all recipe

This commit is contained in:
dtb 2024-05-03 21:30:39 -06:00
parent 327c71c8ae
commit 003f5aeb1f
Signed by: trinity
GPG Key ID: 31FF85CCB6DC7641
1 changed files with 1 additions and 1 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 swab true
all: dj false fop hru intcmp mm npc rpn scrut sleep str strcmp swab true
build:
# keep build/include until bindgen(1) has stdin support