.PHONY: all all: @rake $@ .PHONY: library library: @rake $@ .PHONY: gui gui: @rake $@ .PHONY: test test: @rake $@ .PHONY: clean clean: @rake $@