Git Sanity Check

This commit is contained in:
Barry Kane 2021-08-17 18:57:56 +01:00
parent 618b2144e3
commit 2c093903a4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
CC = gcc
clientsrc = $(wildcard src/misc/*.c) \
src/SilverMUDClient.c
clientobj = $(clientsrc:.c=.o)