From 0b40360e7e6f8888f11ed66b913f5c5d16a1e427 Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 26 Jun 2024 09:46:32 -0600 Subject: [PATCH] Makefile: all: add peek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac8aad2..3536877 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ BIN = build/bin default: all test .PHONY: all -all: dj false fop hru intcmp mm npc rpn scrut str strcmp swab true +all: dj false fop hru intcmp mm npc peek rpn scrut str strcmp swab true # keep build/include until bindgen(1) has stdin support # https://github.com/rust-lang/rust-bindgen/issues/2703