diff options
author | EuAndreh <eu@euandre.org> | 2024-02-27 20:06:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-27 20:06:41 -0300 |
commit | a41ce7c941181e34c0a48289131a202dc08e4afe (patch) | |
tree | e0bd391cc5c04dc5e0bd6e2cff885d92e5dc1eba | |
parent | Makefile: Assume $(sources) have no subdirectory (diff) | |
download | pindaiba-a41ce7c941181e34c0a48289131a202dc08e4afe.tar.gz pindaiba-a41ce7c941181e34c0a48289131a202dc08e4afe.tar.xz |
Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the top
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,7 +22,7 @@ LDLIBS = -lsiphash .SUFFIXES: -.SUFFIXES: .in .c .o .to .xa .bin .msg .cat +.SUFFIXES: .in .c .o .to .xa .bin .msg .cat .bin-check .in: sed \ @@ -117,7 +117,6 @@ src/$(NAME).en.cat: src/i18n.bin -.SUFFIXES: .bin-check sources.bin-check = $(sources.c:.c=.bin-check) $(sources.bin-check): $(EXEC)$*.bin |