From e159191db64fb310428b1fde3f4f6f64b7b9ef7e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 12 Oct 2020 12:03:02 +0530 Subject: [PATCH] Makefile: Do not copy config.def.h to config.h We will add a config.h of our own. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 38240da..1c730dd 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,6 @@ options: @echo "LDFLAGS = $(STLDFLAGS)" @echo "CC = $(CC)" -config.h: - cp config.def.h config.h - .c.o: $(CC) $(STCFLAGS) -c $<