mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
rebuild if Makefile changes
This commit is contained in:
parent
2eadf35fa0
commit
ff1c1eb2e1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -172,7 +172,7 @@ endif
|
|||
|
||||
all: $(BIN)
|
||||
|
||||
$(BIN): $(SRC) $(HEADERS)
|
||||
$(BIN): $(SRC) $(HEADERS) Makefile
|
||||
@$(MAKE) --silent prepatch
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(GETTIME_C) $< $(LDLIBS)
|
||||
@$(MAKE) --silent postpatch
|
||||
|
|
Loading…
Add table
Reference in a new issue