From ef3ccbc9e218c183b58a0bdd2ce6675fb59caf58 Mon Sep 17 00:00:00 2001 From: Thomas Dickerson Date: Thu, 4 Feb 2016 18:00:36 -0500 Subject: [PATCH] These environment variables are unused Today's experiments with subdirectory support (and logging ez80cc file system use via process monitor) seem to show these environment variables are useless. --- CEdev/examples/template/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CEdev/examples/template/Makefile b/CEdev/examples/template/Makefile index b55055cd2..afd82ac8d 100644 --- a/CEdev/examples/template/Makefile +++ b/CEdev/examples/template/Makefile @@ -1,8 +1,6 @@ CEDEV ?= .. BIN = $(CEDEV)\bin INCLUDE = $(CEDEV)\include -WORKDIR ?= src -OUTDIR ?= src TARGET ?= template @@ -51,4 +49,4 @@ $(TARGET).hex : $(OBJECTS) $(STARTUPMODULE) $(LIBRARIES) clean : $(RM) $(wildcard *.src *.obj $(TARGET).*) -.PHONY : all clean \ No newline at end of file +.PHONY : all clean