Ver a proveniência

turn off execution explcitly when testing parser

master
Ian Piumarta há 3 meses
ascendente
cometimento
5e35dae177
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@ -12,7 +12,7 @@ all : main
cc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ $<
test : main
./main -xvv test.txt
./main -vv test.txt
demo : main
for i in demofiles/*.c; do echo $$i; ./main -x < $$i; done

Carregando…
Cancelar
Guardar