From 5d0b7c290b13b430db26c78ac904ad3253fa27cf Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss <ss34@sanger.ac.uk> Date: Fri, 10 Jan 2014 16:31:31 +0000 Subject: [PATCH] cosmetics --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7056271be..47c5d6078 100644 --- a/Makefile +++ b/Makefile @@ -229,6 +229,7 @@ uk/ac/sanger/artemis/util #CLASSES := $(NAMES:%=%.class) SOURCES := $(foreach DIR,$(ARTEMIS_DIRS),$(wildcard $(DIR)/*.java)) CLASSES := $(SOURCES:%.java=%.class) + all: idl code code: $(CLASSES) -- GitLab