mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
rebuild if Makefile changes
This commit is contained in:
parent
2eadf35fa0
commit
ff1c1eb2e1
2
Makefile
2
Makefile
|
@ -172,7 +172,7 @@ endif
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
$(BIN): $(SRC) $(HEADERS)
|
$(BIN): $(SRC) $(HEADERS) Makefile
|
||||||
@$(MAKE) --silent prepatch
|
@$(MAKE) --silent prepatch
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(GETTIME_C) $< $(LDLIBS)
|
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(GETTIME_C) $< $(LDLIBS)
|
||||||
@$(MAKE) --silent postpatch
|
@$(MAKE) --silent postpatch
|
||||||
|
|
Loading…
Reference in a new issue