-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* We can specify SHELL = /bin/sh to avoid having to do `$(shell sh -c '<cmd>')` and instead just doing `$(shell <cmd)`. * Use makefile built-in `word` to parse library version info. * Minor cleanup of OS specific conditional blocks. * Remove dead `CXX` assignment (it was required for the qt example). * re-enable `-pedantic` for FreeBSD Signed-off-by: michael-grunder <[email protected]>
- Loading branch information
1 parent
a5b7e1d
commit 90f6b97
Showing
1 changed file
with
23 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters