ignore error 1
This commit is contained in:
parent
7d8750f128
commit
c22771f587
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ pdf-clean:
|
|||
$(MAKE) clean
|
||||
|
||||
clean: pdf-clean
|
||||
$(RM) $(OBJETS) "$(EXE).$(EXE_EXT)" "$(ARCHIVE)"
|
||||
-$(RM) $(OBJETS) "$(EXE).$(EXE_EXT)" "$(ARCHIVE)"
|
||||
|
||||
archive: pdf-make
|
||||
cp "$(PDF_LOCATION)/$(PDF_FILE)" .
|
||||
|
|
Reference in a new issue