rebuild if Makefile changes

This commit is contained in:
NRK 2022-02-03 22:20:55 +06:00
parent 2eadf35fa0
commit ff1c1eb2e1
1 changed files with 1 additions and 1 deletions

View File

@ -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