summaryrefslogtreecommitdiff
path: root/demo-project/Makefile.in
blob: 8f3f4f077669c5a98340fdfe8cb6244d0449d309 (plain) (blame)
1
2
3
4
5
6
7
8
9
vpath %.c ${SRC_DIR}
vpath %.h ${SRC_DIR}

hello: main.o hello.o
main.o: main.c hello.h
hello.o: hello.c hello.h

clean:
	rm -f hello main.o hello.o