6 lines
123 B
Makefile
6 lines
123 B
Makefile
EXE=led-controller
|
|
SRCS=$(wildcard *.c)
|
|
|
|
# Include the standard application Makefile for the CSEL1 labs
|
|
include ../appl.mk
|