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