VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3b6c0867..c1c4f02f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -362,6 +362,11 @@ all clean:
export LIBS="$(BASE_DIR)/$$DIR/$$PROJ.a $$LIBS"; \
done
+install:
+ $(MAKE) -C Main -f Main.make NAME=Main install
+
+package:
+ $(MAKE) -C Main -f Main.make NAME=Main package
#------ wxWidgets build ------