diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 03:05:26 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 03:05:26 +0100 |
commit | 0b81bca953ec7cdf373ff97b11ebd6fb847d733f (patch) | |
tree | 63d62f6c32dd6726f823eb2af32cb2a7fab03530 /.graveyard/lib/Makefile | |
parent | 96151bd07330aee400fb99fd9f8f117bae42c9e5 (diff) |
libkrebs is obsolete
Diffstat (limited to '.graveyard/lib/Makefile')
-rw-r--r-- | .graveyard/lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.graveyard/lib/Makefile b/.graveyard/lib/Makefile new file mode 100644 index 00000000..4d33995f --- /dev/null +++ b/.graveyard/lib/Makefile @@ -0,0 +1,9 @@ + + +.PHONY: all install +all: select-target + +install: ../bin/libkrebs.sh + +../bin/libkrebs.sh: libkrebs.sh + ln -vsnf ../lib/$< $@ |