From 59ceb4209dce4447752b4fe7a86b525903685a74 Mon Sep 17 00:00:00 2001 From: hex Date: Fri, 7 Feb 2025 19:28:54 +0000 Subject: [PATCH] Makefile: add all in one test command --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d682e43..5876ef0 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,7 @@ all: build build: $(CPP) App.cpp -o $(BINARY) -lbe +test: build + ./renga