From a987e15cfe1daabd3d5ff0d785c8a43aedaea3c3 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 16 Aug 2012 17:40:40 -0700 Subject: [PATCH] test/Makefile: remove pointless variable --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index f7a01be..c817399 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,6 @@ include ../common.mk CPPFLAGS += -I.. -I../include -TESTS=userprog SRCS = $(wildcard *.c) OBJS = $(patsubst %.c,%.o,$(SRCS)) @@ -12,4 +11,4 @@ all: $(OBJS) $(CC) -o $@ $< $(CPPFLAGS) -L.. -l$(LIB_NAME) clean:: - rm -f *.o $(TESTS) + rm -f *.o -- 2.34.1