aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-04-09 22:15:04 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-04-09 22:15:04 +0300
commit24b1e8f39302f3a5698e45b3fcc40efdf121262d (patch)
tree06a646423ffc71906033654e2e51f30e49be78a6 /Makefile
parent9188050f8737c0bf610feaba0005b622e1a63d05 (diff)
downloadarching-kaos-tools-24b1e8f39302f3a5698e45b3fcc40efdf121262d.tar.gz
arching-kaos-tools-24b1e8f39302f3a5698e45b3fcc40efdf121262d.tar.bz2
arching-kaos-tools-24b1e8f39302f3a5698e45b3fcc40efdf121262d.zip
I guess I learnt something today
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a15fad..2137749 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)