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 /lib/Makefile | |
parent | 96151bd07330aee400fb99fd9f8f117bae42c9e5 (diff) |
libkrebs is obsolete
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100644 index 4d33995f..00000000 --- a/lib/Makefile +++ /dev/null @@ -1,9 +0,0 @@ - - -.PHONY: all install -all: select-target - -install: ../bin/libkrebs.sh - -../bin/libkrebs.sh: libkrebs.sh - ln -vsnf ../lib/$< $@ |