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