From 9e3e8fbd86e6bb5ab27260bf5865d1fa9c590f24 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 28 Apr 2019 15:55:52 -0700 Subject: config.def.h was removed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4eb6ad3..baf879c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DRIVER_SRC=\ DRIVER_OBJ=$(DRIVER_SRC:%.c=$(objdir)/%.o) config.h: - @cp config.def.h $@ + ./configure $(objdir)/cc: $(DRIVER_OBJ) $(CC) $(LDFLAGS) -o $@ $(DRIVER_OBJ) -- cgit v1.2.3