Explorar el Código

Clean also removes dSYM directories.

master
Ian Piumarta hace 2 años
padre
commit
886cf28409
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/Makefile

+ 1
- 0
src/Makefile Ver fichero

@ -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

Cargando…
Cancelar
Guardar