TARGETS := extension .PHONY: all clean all: $(TARGETS) clean: rm build/*.crx extension: ./build.sh -s src -p newtab.pem -d build/newtab.crx