summaryrefslogtreecommitdiffstats
path: root/.graveyard/lib/Makefile
blob: 4d33995ffb9ea8713c7abdc1857b46605f64d4ae (plain)
1
2
3
4
5
6
7
8
9


.PHONY: all install
all: select-target

install: ../bin/libkrebs.sh

../bin/libkrebs.sh: libkrebs.sh
	ln -vsnf ../lib/$< $@