config.h
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,9 +10,6 @@ ${PROG}: ${OBJS}
|
||||
|
||||
${OBJS}: config.h
|
||||
|
||||
config.h: config.def.h
|
||||
cp config.def.h $@
|
||||
|
||||
.c.o:
|
||||
${CC} ${CFLAGS} -c $<
|
||||
|
||||
|
Reference in New Issue
Block a user