From a06f433fb0135a5598c3b63d198af3792882032d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 23 Oct 2012 20:16:26 +0200 Subject: [PATCH] remove test target --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1e63778..a5116c4 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,6 @@ EXCLUDES := Makefile ALL := $(wildcard *) FILES := $(filter-out $(EXCLUDES),$(ALL)) - -test: - echo $(APATH) - echo $(FILES); - echo $(RPATH) - .PHONY: install $(FILES) install: $(FILES) -- 2.48.1