.PHONY: all all: ./rscons build .PHONY: clean clean: ./rscons clean .PHONY: test test: ./rscons build ./jestest .PHONY: icon icon: ./scripts/icon.rb