aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3d253f..7e2fde5 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS)
-sinit.o: config.h
+$(OBJ): config.h
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin