diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-24 21:56:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-24 21:56:59 +0200 |
commit | 937a3a736aaf2c468c8c8e8dbc7963a87eae890f (patch) | |
tree | db8d9a717727b907c77c24aff98ed90c82ccb22a /client/makefile | |
parent | ede8a89706209fa26e151a34a28e64affbffd23d (diff) |
move some code to a shared folder
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |