Skip to content
Snippets Groups Projects
Commit 528abc86 authored by tjc's avatar tjc
Browse files

compile circular plot

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7393 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 63b0ad00
No related branches found
No related tags found
No related merge requests found
# This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.36 2008-05-01 12:06:47 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.37 2008-05-12 14:37:09 tjc Exp $
SHELL=/bin/sh
......@@ -200,7 +200,8 @@ NAMES:= \
uk/ac/sanger/artemis/io/QualifierInfo \
uk/ac/sanger/artemis/io/QualifierInfoVector \
uk/ac/sanger/artemis/io/QualifierInfoHash \
uk/ac/sanger/artemis/chado/DbSqlConfig
uk/ac/sanger/artemis/chado/DbSqlConfig \
uk/ac/sanger/artemis/circular/DNADraw
CLASSES := $(NAMES:%=%.class)
SOURCES := $(NAMES:%=%.java)
......
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