Rev 462 | Rev 665 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
build:
@mkdir $@
clean:
rm -rf build
@rm -rf build
.PHONY: all clean $(TARGETS)