Hi Laslo and Mattias,
On Sat, 1 Jan 2022 at 19:05, Laslo Hunhold <dev_AT_frign.de> wrote:
> If you think about it, a better approach in this case would be to pack
> these things into a static library (which is basically a collection of
> object files). So you would have a target
On Sat, 1 Jan 2022 at 20:10, Mattias Andrée <maandree_AT_kth.se> wrote:
> .c.linux-amd64-o:
> $(CC) -c -o $_AT_ $< $(CFLAGS_LINUX_AMD64) $(CPPFLAGS_LINUX_AMD64)
>
> .c.openbsd-amd64-o:
> $(CC) -c -o $_AT_ $< $(CFLAGS_OPENBSD_AMD64) $(CPPFLAGS_OPENBSD_AMD64)
Those are both useful suggestions! Thank you!
--
Tai Chi Minh Ralph Eastwood
tcmreastwood_AT_gmail.com
Received on Sat Jan 01 2022 - 23:30:39 CET