From ff993eebdce06595908bd102aa48df2d617d036d 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 5c8b5e7..72ccd0e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,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 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