summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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: