aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2d46459..31a2525 100644
--- a/Makefile
+++ b/Makefile
@@ -57,9 +57,6 @@ all: $(NAME)
clean:
rm -f $(NAME)
-config.h:
- cp config.def.h config.h
-
$(NAME): $(NAME).c bterm.h config.h
$(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME)