diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-04-09 22:15:04 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-04-09 22:15:04 +0300 |
commit | 24b1e8f39302f3a5698e45b3fcc40efdf121262d (patch) | |
tree | 06a646423ffc71906033654e2e51f30e49be78a6 /Makefile | |
parent | 9188050f8737c0bf610feaba0005b622e1a63d05 (diff) | |
download | arching-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-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ SOURCE=./api/index.js CFLAGS=pkg all: - $(CC) $(CFLAGS) $(TARGET) --output $(OUTPUT) $(SOURCE) + $(CC) $(CFLAGS) $(TARGET) --output $(OUTPUT) $(SOURCE) |