Select the types of activity you want to include in your feed.
1PWD = $(shell pwd) 2 3install: 4 $(LN) ${PWD}/pryrc ${HOME}/.pryrc 5 $(LN) ${PWD}/gemrc ${HOME}/.gemrc 6 7clean: 8 rm ${HOME}/.pryrc ${HOME}/.gemrc 9 10.PHONY: install clean