Handle repos where commitid may be 15 instead of 16 characters.
[cvsclone.git] / Makefile
blobafe195eed2f0e7704ab9d47dae0b4c84f7ed5500
1 all: cvsclone
3 cvsclone: lex.yy.c
4 gcc -Wall -g lex.yy.c -o cvsclone
6 lex.yy.c: cvsclone.l
7 flex cvsclone.l