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

hello: hello.o

clean:
	rm -f *.o hello