Create the makefile variable REFS in the same way that TESTS is made.
This commit is contained in:
@@ -20,6 +20,7 @@ WORKDIR := ./../../testwrk
|
||||
.PHONY: all clean
|
||||
|
||||
SOURCES := $(wildcard *.c)
|
||||
|
||||
TESTS := $(SOURCES:%.c=$(WORKDIR)/%.prg)
|
||||
TESTS += $(SOURCES:%.c=$(WORKDIR)/%.o.prg)
|
||||
TESTS += $(SOURCES:%.c=$(WORKDIR)/%.os.prg)
|
||||
|
||||
Reference in New Issue
Block a user