summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa8a566..22960de 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LDFLAGS = -Wl,-rpath,$(WASMTIME_C_API)/lib
all: wasmtime-wasi-http
wasmtime-wasi-http: wasmtime-wasi-http.c
- $(CC) $(CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< -lwasmtime
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lwasmtime
clean:
rm -f wasmtime-wasi-http