tests/syntax/identifier/Makefile
changeset 108 f9e001952488
child 279 c0453b7f99df
equal deleted inserted replaced
107:ff5c92df0c78 108:f9e001952488
       
     1 
       
     2 
       
     3 default: runtests
       
     4 
       
     5 
       
     6 runtests:
       
     7 	./runtests
       
     8 
       
     9 
       
    10 clean:
       
    11 	rm -f *.iec
       
    12 	rm -f *.err
       
    13 	rm -f *.err2
       
    14 	rm -f *.out
       
    15 	rm -f *.out2