mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
fix makefile bug
This commit is contained in:
parent
a10020ee70
commit
1087c853c7
4
Makefile
4
Makefile
@ -282,10 +282,12 @@ $(foreach JAR,$(JARS),$(eval $(call JAR_FUN,$(JAR))))
|
|||||||
|
|
||||||
${JAVA_BUILD_DIR}:
|
${JAVA_BUILD_DIR}:
|
||||||
mkdir -p ${TRICK_HOME}/libexec/trick/java/build
|
mkdir -p ${TRICK_HOME}/libexec/trick/java/build
|
||||||
endif
|
|
||||||
|
|
||||||
java: ${JAR_TARGETS}
|
java: ${JAR_TARGETS}
|
||||||
@echo offline mode: java code copied successfully
|
@echo offline mode: java code copied successfully
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# 1.4 This target builds the Trick Documentation.
|
# 1.4 This target builds the Trick Documentation.
|
||||||
.PHONY: doxygen
|
.PHONY: doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user