X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=Makefile;h=34e264e72f911bf3edfef00b0896a98c1a5bbe2f;hb=624ce48ecf9a314771bd8f1616d8035b0253d8a0;hp=0dff1e8152a3cfe800663f8a8e819b7d7cf16822;hpb=7d4115a542abd938aa7fce607b062c6e393e5d67;p=nikiroo-utils.git diff --git a/Makefile b/Makefile index 0dff1e8..34e264e 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,19 @@ SRC_DIR = src ANT_TARGET_DIR = build TARGET_DIR = classes -JEXER_SRC = $(SRC_DIR)/jexer/TApplication.java - -JEXER_BIN = $(TARGET_DIR)/jexer/TApplication.class +JEXER_SRC = $(SRC_DIR)/jexer/TApplication.java \ + $(SRC_DIR)/jexer/bits/GraphicsChars.java \ + $(SRC_DIR)/jexer/bits/Color.java \ + $(SRC_DIR)/jexer/bits/CellAttributes.java \ + $(SRC_DIR)/jexer/bits/Cell.java \ + $(SRC_DIR)/jexer/bits/ColorTheme.java + +JEXER_BIN = $(TARGET_DIR)/jexer/TApplication.class \ + $(TARGET_DIR)/jexer/bits/GraphicsChars.class \ + $(TARGET_DIR)/jexer/bits/Color.class \ + $(TARGET_DIR)/jexer/bits/CellAttributes.class \ + $(TARGET_DIR)/jexer/bits/Cell.class \ + $(TARGET_DIR)/jexer/bits/ColorTheme.class JAVAC = javac JAVAFLAGS = -g -deprecation