From 003f5aeb1f65f08334beb4629f7e493fbb47dc7a Mon Sep 17 00:00:00 2001 From: DTB Date: Fri, 3 May 2024 21:30:39 -0600 Subject: [PATCH] Makefile: add sleep to the all recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09110e3..0099840 100644 --- a/Makefile +++ b/Makefile @@ -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