wifidmm/src/Makefile

10 lines
191 B
Makefile
Raw Normal View History

2017-02-13 08:20:33 +00:00
# Makefile for access_point example
PROGRAM=wifidmm
EXTRA_COMPONENTS=extras/dhcpserver
FLASH_SIZE=32
include /opt/esp-open-rtos/common.mk
pretty:
astyle --style=google *.c && $(RM) *.orig