renga/Makefile
2025-02-07 19:04:21 +00:00

9 lines
78 B
Makefile

BINARY=renga
CPP=g++
all: build
build:
$(CPP) App.cpp -o $(BINARY) -lbe