Skip to content
Snippets Groups Projects
Commit a92bfaeb authored by Oliver Bock's avatar Oliver Bock
Browse files

Added top-level convenience Makefile

* Supported targets: linux (default), macos, win32, clean
parent 6051f04e
Branches
Tags
No related merge requests found
Makefile 0 → 100644
default: linux
linux:
$(MAKE) -C src
$(MAKE) -C example
macos:
$(MAKE) -C src
$(MAKE) -C example
win32:
$(MAKE) -C src -f Makefile.mingw
$(MAKE) -C example -f Makefile.mingw
clean:
$(MAKE) -C src clean
$(MAKE) -C example clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment