]> git.sur5r.net Git - cc65/blobdiff - test/err/Makefile
Create the makefile variable REFS in the same way that TESTS is made.
[cc65] / test / err / Makefile
index a6d590515e4d858c47a1d6d1a655ccc55c72cbaf..46ce4c9ccd8db452422b9675ce74a8d207e434b0 100644 (file)
@@ -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)