4 lines
108 B
Makefile
4 lines
108 B
Makefile
# Simple makefile for simple example
|
|
PROGRAM=pwm_test
|
|
EXTRA_COMPONENTS = extras/pwm
|
|
include ../../common.mk
|