mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
more GNUmakefile fixes
FossilOrigin-Name: ea9858343a91c293cbe00ee403f0d434c499e4ed38faddbdf213dee7de0f5df4
This commit is contained in:
parent
758cff43f0
commit
a9d7f5313f
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue