From cab5c72f3d8dfb458971d3c5140800391b4f17c6 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sun, 26 Sep 2021 16:16:10 -0700 Subject: [PATCH] Update Makefile - Fixed typo in directory name --- Source/Apps/Test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Apps/Test/Makefile b/Source/Apps/Test/Makefile index 9ebade2d..88d476ee 100644 --- a/Source/Apps/Test/Makefile +++ b/Source/Apps/Test/Makefile @@ -1,5 +1,5 @@ OBJECTS = -SUBDIRS = DMAMon I2C inttest ppidetst ramtest tstdskng +SUBDIRS = DMAmon I2C inttest ppidetst ramtest tstdskng DEST = ../../../Binary/Apps/Test TOOLS =../../../Tools