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