Makefile: all: add peek

This commit is contained in:
2024-09-01 08:48:26 -06:00
parent 590d98d7f7
commit 0b40360e7e
+1 -1
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