aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7dc2750887fc9c742a41e1ae1b46d2362e372ada (plain)
1
2
3
4
5
install:
	mkdir -p $(DESTDIR)/usr/share/ponies
	cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
	install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
	ln -s ponysay $(DESTDIR)/usr/bin/ponythink