Skip to content
Snippets Groups Projects
Commit 4e7bd391 authored by an7s's avatar an7s
Browse files

Added coverage tool to makefile

parent 7cc70859
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@ all:
cd spasm; make all
cd transforms; make all
cd meds2pdb; make all
cd cover; make all
clean:
cd spasm; make clean
cd transforms; make clean
cd meds2pdb; make clean
cd cover; make clean
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