Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.3 8 lines 77 B view raw
1BIN := vrl4 2 3.PHONY: all 4all: $(BIN) 5 6.PHONY: clean 7clean: 8 rm -f *.o $(BIN)