Skip to content
Snippets Groups Projects
Commit c51d8808 authored by Ondřej Novák's avatar Ondřej Novák
Browse files

rename

parent 1bc633e0
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ SEQ=ATGCCCTATACCTATGATTATCCGCGCCCTGGTCTTACCGTTGACTGCGTGGTGTTTGGCCTAGACGAACAGATCG
all: prg
run: prg ; ./prg 1 2 3 4 10 $(SEQ)
prg: dtw.c ; $(CXX) dtw.c -o prg
clean: ; rm -f a.out out *~
clean: ; rm -f a.out prg *~
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment