1 include ../config.mk
2 include config.mk
3
4 OUT = status-temp
5 SRC = temp.c
6 OBJ = ${SRC:.c=.o}
7 CONFIG = config.h
8
9 include ../Makefile.status.inc