about summary refs log tree commit diff stats
path: root/dev/c/src/hello/Makefile
blob: 2c0ff2dda406c3bb4f20611bec5a4e582db38a69 (plain) (blame)
1
2
3
4
5
6
CFLAGS=-Wall

hello: hello.c

clean:
	rm -f *.o hello