Explorar el Código

Use -o option instead of output redirection

pull/1/head
mtardy hace 4 años
padre
commit
64d141b1ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -5,7 +5,7 @@ cparser: calc.c
$(CC) -o calc calc.c
calc.c: calc.leg
$(PG) calc.leg > calc.c
$(PG) -o calc.c calc.leg
clean:
rm calc.c calc

Cargando…
Cancelar
Guardar