Hi Laslo and Mattias, On Sat, 1 Jan 2022 at 19:05, Laslo Hunhold <[email protected]> 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 <[email protected]> wrote: > .c.linux-amd64-o: > $(CC) -c -o $@ $< $(CFLAGS_LINUX_AMD64) $(CPPFLAGS_LINUX_AMD64) > > .c.openbsd-amd64-o: > $(CC) -c -o $@ $< $(CFLAGS_OPENBSD_AMD64) $(CPPFLAGS_OPENBSD_AMD64) Those are both useful suggestions! Thank you! -- Tai Chi Minh Ralph Eastwood [email protected]
