mkdir hello/
cd hello/
c-x c-f ~/src/hello/hello.c
OFILES =
EXEC =
OFILES = hello.o
EXEC = hello
hello (in the directory src/hello)
install Home