hello world
This commit is contained in:
parent
4fef70020b
commit
6f85110b9b
8 changed files with 63 additions and 37 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue