Ver a proveniência

Clean also removes dSYM directories.

master
Ian Piumarta há 2 anos
ascendente
cometimento
886cf28409
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/Makefile

+ 1
- 0
src/Makefile Ver ficheiro

@ -39,6 +39,7 @@ $(MAIN) : $(MAIN).c object.c buffer.h
clean : .FORCE
rm -f $(MAIN) $(MAIN).c
rm -f *~ $(MAIN)-output.out
rm -rf *.dSYM
tidy : .FORCE
rm -f *~ $(MAIN)-tree.out

Carregando…
Cancelar
Guardar