aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-27 16:57:39 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-27 16:58:58 +0900
commita8fafa4ed7a5dad4d0819790f10fdb8056490a49 (patch)
treebefc7627c93151f21f0e66429ed6312fb56487bb /Makefile
parentd8d43ea4f26b5e2a87c8d8ef843c4434935d8ed7 (diff)
downloadplatform_build_kati-a8fafa4ed7a5dad4d0819790f10fdb8056490a49.tar.gz
platform_build_kati-a8fafa4ed7a5dad4d0819790f10fdb8056490a49.tar.bz2
platform_build_kati-a8fafa4ed7a5dad4d0819790f10fdb8056490a49.zip
Remove Go related targets from test and clean
Also run the test for ckati by "make test". This should mitigate issue #59.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5d0d45c..2754488 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@ all: ckati ckati_tests
include Makefile.kati
include Makefile.ckati
-test: all ckati_tests go_test
- ruby runtest.rb
+test: all ckati_tests
+ ruby runtest.rb -c -n
-clean: ckati_clean go_clean
+clean: ckati_clean
.PHONY: test clean ckati_tests