From 6f57fc4c16c69748c59f0ba8b023f09abcf29707 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 21 Nov 2020 01:41:43 +0000 Subject: [PATCH] rework makefile --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60217f3..982c5ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ Cargo.lock *~ node_modules/ package-lock.json -cli/build/test -cli/build/kana-hash +cli/build/* +cli/obj/ *.tar.bz2