From 937a3a736aaf2c468c8c8e8dbc7963a87eae890f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 24 May 2022 21:56:59 +0200 Subject: move some code to a shared folder --- client/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/makefile b/client/makefile index 23d5ce6..2209c95 100644 --- a/client/makefile +++ b/client/makefile @@ -6,6 +6,7 @@ EXECNAME = main SOURCES := $(wildcard *.c) HEADERS := $(wildcard *.h) +include ../shared/makefile OBJECTS := $(patsubst %.c,%.o, $(SOURCES)) all: main -- cgit v1.2.3