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:
|
all:
|
||||||
main
|
main
|
||||||
|
|
||||||
run: main
|
|
||||||
./$(EXE).$(EXE_EXT)
|
|
||||||
|
|
||||||
pdf-make:
|
pdf-make:
|
||||||
cd report && \
|
cd report && \
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
|
|
Reference in a new issue