CC	= gcc
CFLAGS	= 
LDFLAGS	= -pthread

.PHONY: all
all: client server

client: TCPClient.o
	${CC} ${CFLAGS} ${LDFLAGS} -o $@ $^
server: TCPServer.o
	${CC} ${CFLAGS} ${LDFLAGS} -o $@ $^

Resource created 4 years ago, last modified 4 years ago.

file: Makefile


There are no posts yet.

Back to top

COMP3331/COMP9331 21T3 (Computer Networks and Applications) is powered by WebCMS3
CRICOS Provider No. 00098G