diff options
| author | makefu <github@syntax-fehler.de> | 2011-08-13 16:21:36 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-08-13 16:21:36 +0200 |
| commit | 6ed646ab7a7c6eb56afad481616d50805a6925ef (patch) | |
| tree | febaa982e7c4d5c50b145ad781fae2c45346eeb3 /lib/Makefile | |
| parent | 69a7689fc33e1d505c06ae81d7a782d53196da9f (diff) | |
| parent | 85462282161317ba0b99a08dcd118e6172cd8b9d (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Conflicts:
cholerab/AGENDA.cccamp11
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile new file mode 100644 index 00000000..4d33995f --- /dev/null +++ b/lib/Makefile @@ -0,0 +1,9 @@ + + +.PHONY: all install +all: select-target + +install: ../bin/libkrebs.sh + +../bin/libkrebs.sh: libkrebs.sh + ln -vsnf ../lib/$< $@ |
