hello world

This commit is contained in:
hexlocation 2025-02-07 19:04:21 +00:00
parent 4fef70020b
commit 6f85110b9b
8 changed files with 63 additions and 37 deletions

View file

@ -1,16 +1,9 @@
BINARY=renga
CPP=g++
HOST=192.168.122.254
all: build
build:
$(CPP) src/main.cpp -o $(BINARY)
run:
@echo "tranferring over all files..."
@scp -r ./* user@$(HOST):~/dev
@echo "executing on remote host..."
ssh user@$(HOST) "cd dev;echo '### compiling';make;echo '### running';./renga"
$(CPP) App.cpp -o $(BINARY) -lbe