makefile: rebuild everything after configure

This commit is contained in:
Miroslav Lichvar
2026-02-12 11:52:37 +01:00
parent a6e7c9e13f
commit cda67351ae

View File

@@ -109,7 +109,7 @@ docs :
install-docs :
$(MAKE) -C doc install-docs
%.o : %.c
%.o : %.c config.h
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
%.s : %.c