Files
MSE-CSEL/src/06-mini-project/daemon/Makefile
T

8 lines
167 B
Makefile

EXE=daemon
SRCS=$(shell find . -name "*.c")
LDFLAGS+=-lpthread
EXTRA_CFLAGS+=-I.
# Include the standard application Makefile for the CSEL1 labs
include ../../appl.mk