removed unneeded module

This commit is contained in:
Scott Fennell 2018-02-02 09:23:52 -06:00 committed by dbankieris
parent a2cf18f6d3
commit 13c90afaee

View File

@ -4,7 +4,7 @@ TRICK_HOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../..)
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
JAVAC ?= javac
JAVAC_FLAGS = -g -Xlint:unchecked -Xlint:deprecation --add-modules java.se.ee,java.desktop
JAVAC_FLAGS = -g -Xlint:unchecked -Xlint:deprecation --add-modules java.se.ee
SRC_DIR = src
SRC_FILES = $(shell find ${SRC_DIR} -type f -name \*.java)