Files
MSE-CSEL/src/core_dumps/Makefile
T
2022-02-24 00:00:47 +01:00

6 lines
112 B
Makefile

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