aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)