From 946d002543083d9561bb1e7f851b8179099ad077 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 4 Apr 2024 09:39:47 +0300 Subject: Deployed space lazers to eliminate tabbed spaces - Also: _ak_not_implemented introduced --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ed1ac2..3a15fad 100755 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ SOURCE=./api/index.js CFLAGS=pkg all: - $(CC) $(CFLAGS) $(TARGET) --output $(OUTPUT) $(SOURCE) + $(CC) $(CFLAGS) $(TARGET) --output $(OUTPUT) $(SOURCE) -- cgit v1.2.3