From 09b58e2c58cc6a44193ddb72316ee0e3625bce52 Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 20 Apr 2021 16:22:28 -0400 Subject: [PATCH] fix space/tab issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab7bbeb..5cb7ab2 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ asm: grep "OpenFile=" build/vars.log | cut -d":" -f3 | cut -d"(" -f1 >> build/vars.a grep "ReadFile=" build/vars.log | cut -d":" -f3 | cut -d"(" -f1 >> build/vars.a grep "CloseFile=" build/vars.log | cut -d":" -f3 | cut -d"(" -f1 >> build/vars.a - grep "CheckCache=" build/vars.log | cut -d":" -f3 | cut -d"(" -f1 >> build/vars.a + grep "CheckCache=" build/vars.log | cut -d":" -f3 | cut -d"(" -f1 >> build/vars.a $(EXOMIZER) -b build/passport.tmp -o build/passport.pak cd src && $(ACME) -DFORWARD_DECRUNCHING=0 wrapper.a cp res/work.po "$(BUILDDISK)".po