Ver código fonte

Use -o option instead of output redirection

pull/1/head
mtardy 4 anos atrás
pai
commit
64d141b1ee
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar