From a7f3a0c4d31389fc9ef0c5829adff0e5313235c6 Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 21:41:03 +0000 Subject: [PATCH] Make a distinction between modules and test files. --- com32/modules/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 570ec9c..8f7ff0a 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -45,9 +45,10 @@ AUXDIR = $(LIBDIR)/syslinux INCDIR = /usr/include COM32DIR = $(AUXDIR)/com32 -MODULES = chain.c32 menu.c32 menu.lnx +MODULES = chain.c32 menu.c32 +TESTFILES = menu.lnx -all: $(MODULES) +all: $(MODULES) $(TESTFILES) .PRECIOUS: %.o %.o: %.S -- 2.7.4