mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-07-18 01:20:47 +00:00
First commit
This commit is contained in:
5
pkg/obiformats/kseq/Makefile
Normal file
5
pkg/obiformats/kseq/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all:kseq.h kseq_test.c
|
||||
$(CC) -g -O2 kseq_test.c -o kseq_test -lz
|
||||
|
||||
clean:
|
||||
rm -f *.o kseq_test
|
Reference in New Issue
Block a user