diff options
| author | EuAndreh <eu@euandre.org> | 2024-01-04 11:34:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-01-04 11:34:50 -0300 |
| commit | d2069ea51058faf673a36005117f942602696db7 (patch) | |
| tree | 1c548d00d7ac10b6ced3cdd49b9bbf1f4e731936 /Makefile | |
| parent | Makefile: Add support for LLVM fuzzer (diff) | |
| download | pindaiba-d2069ea51058faf673a36005117f942602696db7.tar.gz pindaiba-d2069ea51058faf673a36005117f942602696db7.tar.xz | |
Makefile: align end of lines
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -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): |
