equal
deleted
inserted
replaced
1 CFLAGS=-Wall |
1 CFLAGS=-Wall |
2 |
2 |
3 .PHONY: all clean |
3 .PHONY: all clean |
4 |
4 |
5 all: bounds |
5 all: bounds |
6 clean: ; -rm -f bounds |
6 clean: ; -rm -f bounds |
|
7 |
|
8 #bounds: bounds.o |
|
9 # $(LINK.o) -o $@ $< |
|
10 # strip --strip-all $@ |