From 2963219b05a610057e5d82e75a686fb3406fe7a2 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 11 Nov 2007 12:02:01 +0100 Subject: [PATCH] Ignore local ASDF files to allow for custom setups, add make target to restore --- .gitignore | 1 + Makefile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9aa6a50..fd5eda5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ fasl _darcs *.flc *.x86f +ASDF/*.asd diff --git a/Makefile b/Makefile index d7ab916..0194394 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,11 @@ default: git-push : git push --all git+ssh://repo.or.cz/srv/git/CommonLispStat.git + +asdf-create : + cd ASDF ; ln -s ../external/*/*.asd . + + ## Workspace cleanup clean: -- 2.11.4.GIT