Flush stdout before writing Done to stderr, and make 'type' 3 columns wide
[part-list.git] / Makefile
1 CC=gcc
2 CFLAGS=-Wall
3
4 PROG=part-list
5
6 $(PROG): $(PROG).o
7
8 clean:
9         -rm $(PROG) $(PROG).o