Subversion Repositories shark

Rev

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

all:

        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