X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/44c760170bbdacf8a9fda072d320ad233c8da823..957731ef89fc1876a0ab8c56d50001011b20abb0:/package/uhttpd/src/Makefile diff --git a/package/uhttpd/src/Makefile b/package/uhttpd/src/Makefile index 5e98ab875..2b08ec668 100644 --- a/package/uhttpd/src/Makefile +++ b/package/uhttpd/src/Makefile @@ -70,7 +70,7 @@ endif $(CC) $(CFLAGS) -c -o $@ $< compile: $(OBJ) $(TLSLIB) $(LUALIB) - $(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ) + $(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB) clean: rm -f *.o *.so uhttpd