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

Makefile: renamed target 'sample' to avoid conflict with directory name

parent cec37b69
No related branches found
No related tags found
1 merge request!3Makefile improvements
default: linux default: linux
linux: static shared example linux: static shared sample
macos: linux macos: linux
...@@ -10,7 +10,7 @@ static: ...@@ -10,7 +10,7 @@ static:
shared: shared:
$(MAKE) -C src shared $(MAKE) -C src shared
example: sample:
$(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