Makefile: add all in one test command
This commit is contained in:
parent
6d2658db25
commit
59ceb4209d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -5,5 +5,7 @@ all: build
|
|||
|
||||
build:
|
||||
$(CPP) App.cpp -o $(BINARY) -lbe
|
||||
test: build
|
||||
./renga
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue