Last active
June 2, 2016 17:28
-
-
Save rolfbjarne/40f0fef8f2f80b25dbf353fbdc7af9a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index b068b23..3d3aaf2 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -32,3 +32,6 @@ git-clean-all: | |
@git submodule foreach -q --recursive 'git clean -xffdq' | |
@for dir in $(DEPENDENCY_DIRECTORIES); do echo "Cleaning $$dir" && cd $(CURDIR)/$$dir && git clean -xffdq && git reset --hard -q && git submodule foreach -q --recursive 'git clean -xffdq'; done | |
@echo "Done" | |
+ | |
+install-symlinks: | |
+ $(Q) $(MAKE) -C analysis $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment