diff --git a/Makefile b/Makefile index ba7d6c5715f7020599642c0ebb52cfdda83b4268..beff62095fb9de10d28166eac6e020fde2d42266 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ default: linux -linux: static shared example +linux: static shared sample macos: linux @@ -10,7 +10,7 @@ static: shared: $(MAKE) -C src shared -example: +sample: $(MAKE) -C example win32: