hello world!

This commit is contained in:
hexlocation 2025-02-06 22:57:57 +01:00
parent ba63e99512
commit f4e9293e94
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
3 changed files with 21 additions and 1 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
BINARY=renga
CPP=g++
all: build
build:
$(CPP) src/main.cpp -o $(BINARY)