From ed981de47abdae621dc3d5d8453851faf3b1ab7a Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 23 Nov 2021 13:26:01 -0800 Subject: [PATCH] Update Makefile - Minor correction to remove .LST file in clean. --- Source/Apps/VGM/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Apps/VGM/Makefile b/Source/Apps/VGM/Makefile index a39a9b40..18c105cc 100644 --- a/Source/Apps/VGM/Makefile +++ b/Source/Apps/VGM/Makefile @@ -1,6 +1,7 @@ OBJECTS = VGMPLAY.COM DEST = ../../../Binary/Apps TOOLS = ../../../Tools +OTHERS = *.LST include $(TOOLS)/Makefile.inc