remove target 'test' from Makefile

Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2014-02-11 12:04:56 -06:00
parent 628bce2ee8
commit 7340fde7b5
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
SUBDIRS = kpatch-kmod tools
test: test.c
$(CC) -g -o $@ $^ -lelf
.PHONY: clean
clean:
for dir in $(SUBDIRS); do \