diff options
author | sin <sin@2f30.org> | 2014-12-04 14:30:39 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-12-04 14:30:39 +0000 |
commit | c714a445f7b016b17f371e3eb6d90eb5d8076622 (patch) | |
tree | e5db6d86242b38bf8970207a6272dd8a184b4f9e /Makefile | |
parent | 3667ce42b2a72721be800281065c5a81405f02db (diff) |
Just use $(OBJ) instead of hardcoded sinit.o
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |