1
0
Files
MSE-CSEL/solutions/04_system/silly/Makefile
Klagarge a9c9d11521 fix!(lab03): correct initialisation of the lab silly led
BREAKING CHANGE: we now use the scope according to src / report
2026-04-18 09:16:45 +00:00

6 lines
111 B
Makefile

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