Subversion Repositories shark

Rev

Rev 1255 | Blame | Compare with Previous | Last modification | View Log | RSS feed

event_gen:
        gcc -o lparser.o -c -Wall lparser.c -I. -I..
        gcc -o lread.o -c -Wall lread.c -I. -I..
        gcc -o event_gen -Wall lparser.o lread.o -I. -I.. -lc event_gen.c

clean:
        rm -f *.o
        rm -f event_gen