From dddba407f43a5b9ef23e8a0ed387742a740e08f5 Mon Sep 17 00:00:00 2001 From: phillbush Date: Sun, 17 May 2020 00:12:59 -0300 Subject: [PATCH] config.h --- Makefile | 3 --- config.def.h => config.h | 0 2 files changed, 3 deletions(-) rename config.def.h => config.h (100%) diff --git a/Makefile b/Makefile index ac49c3c..d63b397 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,6 @@ ${PROG}: ${OBJS} ${OBJS}: config.h -config.h: config.def.h - cp config.def.h $@ - .c.o: ${CC} ${CFLAGS} -c $< diff --git a/config.def.h b/config.h similarity index 100% rename from config.def.h rename to config.h -- 2.20.1