diff options
author | Tim Segers <tsegers@pm.me> | 2023-01-01 15:24:29 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-02 16:01:28 +0100 |
commit | f4dbdb211c7e4c366c6ef268ba56eea4b06825c6 (patch) | |
tree | 32af2680a15a0335e5775edf716dd3956d607b2d /Makefile | |
parent | a427ec3ca15c6eb61a405020dc45aac32bc45ce8 (diff) | |
download | opendeco-f4dbdb211c7e4c366c6ef268ba56eea4b06825c6.tar.gz |
Change includes to be relative to top-level directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PREFIX = /usr/local VERSION = \"$(shell git describe --tags --dirty)\" -CFLAGS = --std=c99 -pedantic -Wall -Werror -Os -D_DEFAULT_SOURCE -DVERSION=${VERSION} +CFLAGS = --std=c99 -pedantic -Wall -Werror -Os -I. -D_DEFAULT_SOURCE -DVERSION=${VERSION} all: opendeco opendeco_test libopendeco.a |