mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-08-30 14:18:41 +02:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
LOCAL_PATH:=$(call my-dir)/src
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_CFLAGS:=-std=c99 -O3
|
|
|
|
LOCAL_MODULE:=pixiewps
|
|
LOCAL_SRC_FILES:=pixiewps.c mbedtls/sha256.c mbedtls/md.c mbedtls/md_wrap.c
|
|
|
|
include $(BUILD_EXECUTABLE)
|