From 596bb133a55a6aba13b55795a9a38e29fcf1b38b Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 30 Aug 2010 23:49:15 +0200 Subject: fix build use config.def.h mechanism add SHELL in config.h --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fb13ae..5267411 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,15 @@ OBJ = ${SRC:.c=.o} all: options st -options: +options: options @echo st build options: @echo "CFLAGS = ${CFLAGS}" @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" +config.h: + cp config.def.h config.h + .c.o: @echo CC $< @${CC} -c ${CFLAGS} $< -- cgit v1.2.3