diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 17:23:24 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 17:23:24 +0200 |
commit | 1e3ce53728e270b43d2bf17bdc61bfb5cf3cb0a0 (patch) | |
tree | e2a1131755ea7e5ebe1619921fe3005dfe754555 /src/Makefile | |
parent | 4ab19268268cd96b9706625d42a16d2a629134eb (diff) |
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 8ca5d6e..4064963 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,9 @@ CCFLAGS=-I../include SRCS=*.c OBJS=*.o -COMPILE=../compile -MAKELIB=../makelib -SHAREDLIB=../sharedlib +COMPILE=./compile +MAKELIB=./makelib +SHAREDLIB=./sharedlib default: clean check libs |