Makefile: added rpn to all

This commit is contained in:
Emma Tebibyte 2024-02-07 19:42:11 -07:00
parent 0f5247e722
commit 3e39739e88
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ CC=cc
RUSTC=rustc
.PHONY: all
all: dj false fop intcmp scrut str strcmp true
all: dj false fop intcmp rpn scrut str strcmp true
build:
# keep build/include until bindgen(1) has stdin support