mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-31 00:23:50 +00:00
Warn if Makefile is out of date
This commit is contained in:
parent
796eb6268c
commit
4a2b54de1b
@ -72,6 +72,12 @@ version.o: *.h *.c version_string.sh VERSION.txt COPYRIGHT.txt Makefile
|
||||
|
||||
VERSION.txt:
|
||||
|
||||
Makefile: $(wildcard Makefile.in) $(wildcard configure)
|
||||
$(warning Makefile may be out of date, please run ./configure)
|
||||
|
||||
configure: $(wildcard configure.in)
|
||||
$(warning configure may be out of date, please run autoreconf -f -i)
|
||||
|
||||
%.o: %.c
|
||||
@echo CC $<
|
||||
@$(CC) $(CFLAGS) $(DEFS) -c $< -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user