mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-17 22:21:06 +03:00
7 lines
222 B
Makefile
7 lines
222 B
Makefile
LOCAL_PATH := $(call my-dir)/../..
|
|
include $(CLEAR_VARS)
|
|
LOCAL_CFLAGS := -std=c99 -O2 -W -Wall -pthread -pipe $(COPT)
|
|
LOCAL_MODULE := civetweb
|
|
LOCAL_SRC_FILES := src\main.c src\civetweb.c
|
|
include $(BUILD_EXECUTABLE)
|