1
0
Files
MSE-CSEL/src/system_calls/Makefile
Jacques Supcik 2eeb71e110 Initial commit
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