projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6242ed6
)
test/Makefile: remove pointless variable
author
Brian Norris
<banorris@uci.edu>
Fri, 17 Aug 2012 00:40:40 +0000
(17:40 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 20 Aug 2012 19:55:41 +0000
(12:55 -0700)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index f7a01be0a344285f11e62af3de537699790ab47a..c81739902b94d01fd48aee8064228149a7595443 100644
(file)
--- 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