Makefile: all: add peek

This commit is contained in:
dtb
2024-06-26 09:46:32 -06:00
parent 590d98d7f7
commit 0b40360e7e

View File

@@ -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