diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |