From a9d7f5313fafcd7c9a9e477ea965dacae1e11746 Mon Sep 17 00:00:00 2001 From: crc <> Date: Sat, 6 Apr 2024 01:59:05 +0000 Subject: [PATCH] more GNUmakefile fixes FossilOrigin-Name: ea9858343a91c293cbe00ee403f0d434c499e4ed38faddbdf213dee7de0f5df4 --- GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0debaf6..c7a3c0e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -98,16 +98,16 @@ bin/retro-describe: tools/retro-describe.retro doc/words.tsv @chmod +x bin/retro-describe bin/retro-embedimage: tools/retro-embedimage.c - @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $> + @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $^ bin/retro-extend: tools/retro-extend.c - @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $> + @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $^ bin/retro-muri: tools/retro-muri.c - @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $> + @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $^ bin/retro-unu: tools/retro-unu.c - @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $> + @$(CC) $(OPTIONS) $(CFLAGS) $(LDFLAGS) -o $@ $^ # basic image target