diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-04-27 16:57:39 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-04-27 16:58:58 +0900 |
| commit | a8fafa4ed7a5dad4d0819790f10fdb8056490a49 (patch) | |
| tree | befc7627c93151f21f0e66429ed6312fb56487bb /Makefile | |
| parent | d8d43ea4f26b5e2a87c8d8ef843c4434935d8ed7 (diff) | |
| download | platform_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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
