aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-06-15 11:56:45 -0700
committerCole Faust <colecfaust@gmail.com>2023-06-15 12:32:48 -0700
commita420c70e1a2fac2b5597b6a9a8f522e0448a38ce (patch)
tree094e6bd1f09d5dd5ab7d4eb6dfb607a81395fe88 /Makefile
parent29a3410d629635008e2d5574be280e3c74b4bddc (diff)
downloadkati-a420c70e1a2fac2b5597b6a9a8f522e0448a38ce.tar.gz
Delete the golang version of kati
Kati started off development in golang, but then switched to C++ after it was discovered that go was too slow. It's no longer used.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8766443..bcd4ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@
all: ckati ckati_tests
-include Makefile.kati
include Makefile.ckati
info: ckati
@@ -36,8 +35,8 @@ version:
@echo $(MAKE_VERSION)
test: all ckati_tests
- go test --ckati
- go test --ckati --ninja
+ go test
+ go test --ninja
clean: ckati_clean