mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
5 lines
96 B
Makefile
5 lines
96 B
Makefile
|
all:kseq.h kseq_test.c
|
||
|
$(CC) -g -O2 kseq_test.c -o kseq_test -lz
|
||
|
|
||
|
clean:
|
||
|
rm -f *.o kseq_test
|