summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b91e498..1a0074f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ $(OBJDIR)/timestamp:
 $(OBJ): all.h ops.h
 $(AMD64OBJ): amd64/all.h
 $(ARM64OBJ): arm64/all.h
-obj/main.o: config.h
+$(OBJDIR)/main.o: config.h
 
 config.h:
 	@case `uname` in                               \