mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-04 11:10:27 +02:00
Mark test files as precious to prevent them from being deleted by make
This commit is contained in:
parent
d8bdefbd2f
commit
59ead16eab
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ test-ia32-%: CC = $(CC_IA32)
|
|||
test-ia32-%: %.c lightening-ia32.o test.h
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -I.. -o $@ lightening-ia32.o $<
|
||||
|
||||
.PRECIOUS: $(foreach TARGET,$(TARGETS),$(addprefix test-$(TARGET)-,$(TESTS)))
|
||||
.PRECIOUS: $(foreach TARGET,$(TARGETS),lightening-$(TARGET).o)
|
||||
|
||||
clean:
|
||||
rm -f $(foreach TARGET,$(TARGETS),$(addprefix test-$(TARGET)-,$(TESTS)))
|
||||
rm -f $(foreach TARGET,$(TARGETS),lightening-$(TARGET).o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue