Skip to content
Snippets Groups Projects
Commit 66334609 authored by Simon Llewellyn's avatar Simon Llewellyn
Browse files

Final copy with updated comments.

parent f1411976
No related branches found
No related tags found
No related merge requests found
############################################################ #############################################################################
# MAKE FILE
# #
# Makefile for SNTP server project # Written by Simon Llewellyn & Callum Martin
# Last update 7/12/16
# #
############################################################ # Creates manycast_client.o and manycast_server.o
# Using:
# manycast_server.c //source code for server
# manycast_client.c //source code for client
# ntp_functions.c //source code for fuctions shared by both server and client
# timeStamp.h //sntp packet and timestamp structs used by client and server
# ntp_functions.h //headers and prototype for shared functions
# headers.h //headers shared by all source code files.
###############################################################################
CC=gcc CC=gcc
CFLAGS=-I. CFLAGS=-I.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment