1
0
Files
MSE-CSEL/solutions/01_environment/system_calls/Makefile

6 lines
112 B
Makefile

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