Makefile: add all in one test command

This commit is contained in:
hexlocation 2025-02-07 19:28:54 +00:00
parent 6d2658db25
commit 59ceb4209d

View file

@ -5,5 +5,7 @@ all: build
build:
$(CPP) App.cpp -o $(BINARY) -lbe
test: build
./renga