summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-04 11:34:50 -0300
committerEuAndreh <eu@euandre.org>2024-01-04 11:34:50 -0300
commitd2069ea51058faf673a36005117f942602696db7 (patch)
tree1c548d00d7ac10b6ced3cdd49b9bbf1f4e731936 /Makefile
parentMakefile: Add support for LLVM fuzzer (diff)
downloadpindaiba-d2069ea51058faf673a36005117f942602696db7.tar.gz
pindaiba-d2069ea51058faf673a36005117f942602696db7.tar.xz
Makefile: align end of lines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile40
1 files changed, 20 insertions, 20 deletions
diff --git a/Makefile b/Makefile
index 45fe1a2..4097de9 100644
--- a/Makefile
+++ b/Makefile
@@ -68,25 +68,25 @@ sources = \
derived-assets = \
- lib$(NAME).a \
- src/config.h \
- $(manpages) \
- $(catalogs.cat) \
- $(sources.o) \
- $(sources.to) \
- $(sources.xa) \
- $(sources.bin) \
- tests/slurp.o \
- src/main.o \
- src/main.xa \
- src/main.bin \
+ lib$(NAME).a \
+ src/config.h \
+ $(manpages) \
+ $(catalogs.cat) \
+ $(sources.o) \
+ $(sources.to) \
+ $(sources.xa) \
+ $(sources.bin) \
+ tests/slurp.o \
+ src/main.o \
+ src/main.xa \
+ src/main.bin \
side-assets = \
- $(fuzz.o) \
- $(fuzz.xa) \
- $(fuzz.bin) \
- src/logerr.c.txt \
- src/catalog.c.txt \
+ $(fuzz.o) \
+ $(fuzz.xa) \
+ $(fuzz.bin) \
+ src/logerr.c.txt \
+ src/catalog.c.txt \
@@ -98,9 +98,9 @@ all: $(derived-assets)
lib$(NAME).a: $(sources.o)
src/main.xa: $(sources.o) src/main.o
$(fuzz.bin): lib$(NAME).a
-$(manpages) src/config.h: Makefile deps.mk
-$(sources.o) $(sources.to): src/config.h Makefile deps.mk
-tests/slurp.o: src/config.h Makefile deps.mk
+$(manpages) src/config.h: Makefile deps.mk
+$(sources.o) $(sources.to): Makefile deps.mk src/config.h
+tests/slurp.o: Makefile deps.mk src/config.h
lib$(NAME).a $(sources.xa) src/main.xa $(fuzz.xa):