make run
This commit is contained in:
parent
0c272824d6
commit
deed457133
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -33,6 +33,9 @@ compilation: $(OBJETS)
|
|||
all:
|
||||
main
|
||||
|
||||
run: main
|
||||
./$(EXE).$(EXE_EXT)
|
||||
|
||||
pdf-make:
|
||||
cd report && \
|
||||
$(MAKE)
|
||||
|
|
Reference in a new issue