1
0
Files
MSE-CSEL/src/03-led-controller/Makefile

6 lines
123 B
Makefile

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