aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-28 15:55:52 -0700
committerMichael Forney <mforney@mforney.org>2019-04-28 15:55:52 -0700
commit9e3e8fbd86e6bb5ab27260bf5865d1fa9c590f24 (patch)
tree131793a1ba079163eb9bd250e9b14e1fb647ff86
parent452648d252e3d795829aa377d7e013373f0bf483 (diff)
config.def.h was removed
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)