CFLAGS = -O2

uname: uname.c
	gcc $(CFLAGS) $^ -o $@ -nostartfiles
	Protect $@ +p

clean:
	Delete uname
	
install:
	Copy uname gcc:bin
