Skip to content
Snippets Groups Projects
Commit 6123b933 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

allow static and shared builds from top level

parent 9ba1bd5c
No related branches found
No related tags found
1 merge request!3Makefile improvements
default: linux default: linux
linux: linux: static shared example
$(MAKE) -C src
$(MAKE) -C example macos: linux
static:
$(MAKE) -C src static
shared:
$(MAKE) -C src shared
macos: example:
$(MAKE) -C src
$(MAKE) -C example $(MAKE) -C example
win32: win32:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment