This commit is contained in:
phillbush 2020-05-17 00:12:59 -03:00
parent 08f165897c
commit dddba407f4
2 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ ${PROG}: ${OBJS}
${OBJS}: config.h
config.h: config.def.h
cp config.def.h $@
.c.o:
${CC} ${CFLAGS} -c $<