From 3e39739e8874faa16e5ac4d90474740c4885adf0 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 7 Feb 2024 19:42:11 -0700 Subject: [PATCH] Makefile: added rpn to all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e531272..26084f3 100644 --- a/Makefile +++ b/Makefile @@ -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