Annotation-System/hmmlib2/Makefile

6 lines
159 B
Makefile

# this is just for the test program (WON build should also work)
# when the library is finished, it should be #include-able
hmmlib: hmmlib.c
gcc -g $< -o $@