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