force recompile if Makefile changes
This commit is contained in:
parent
d2df112179
commit
8586e3ebbc
2
Makefile
2
Makefile
|
|
@ -132,7 +132,7 @@ config.h: config.h.dist
|
||||||
@echo "Please review config.h, as config.h.dist is more recent."
|
@echo "Please review config.h, as config.h.dist is more recent."
|
||||||
@false
|
@false
|
||||||
|
|
||||||
%.o: %.c config.h
|
%.o: %.c config.h Makefile
|
||||||
@echo " CC $@"
|
@echo " CC $@"
|
||||||
@$(CC) -c $(CFLAGS) -Wa,-adhlns=$(<:.c=.al) -o $@ $(subst .o,.c,$@)
|
@$(CC) -c $(CFLAGS) -Wa,-adhlns=$(<:.c=.al) -o $@ $(subst .o,.c,$@)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue