diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2283d1cd7..a0ccaa4d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -28,7 +28,13 @@ GF_DOC_EXE=gfdoc$(EXEEXT) temp install-gfdoc install-editor \ today help clean -all: unix gfdoc jar +ifeq ($(ENABLE_JAVA), "yes") + BUILD_JAR=jar +else + BUILD_JAR= +endif + +all: unix gfdoc $(BUILD_JAR) unix: today touch-files opt |
