From 7485b07303f40ec9e67359f0288a21dd6a7b4d14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 10 May 2013 10:24:26 +0100 Subject: add dummy test target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 660d9ac..0f8163f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ COMPONENT := buildsystem COMPONENT_VERSION := 1.1 -.PHONY:all usage install dist clean distclean +.PHONY:all usage install dist clean distclean test all: usage @@ -60,3 +60,6 @@ clean: # dummy distribution clean target distclean: + +# dummy test target +test: -- cgit v1.2.3