Select the types of activity you want to include in your feed.
1PWD = $(shell pwd) 2 3install: 4 @echo 'Add $(PWD) to your $$PATH' 5 6.PHONY: install