Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Last active June 2, 2016 17:28
Show Gist options
  • Save rolfbjarne/40f0fef8f2f80b25dbf353fbdc7af9a0 to your computer and use it in GitHub Desktop.
Save rolfbjarne/40f0fef8f2f80b25dbf353fbdc7af9a0 to your computer and use it in GitHub Desktop.
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