Browse Source

Small improvements to dep/Makefile

tags/v0.3.2
Andrew Belt 7 years ago
parent
commit
655376acda
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      dep/Makefile

+ 6
- 1
dep/Makefile View File

@@ -36,6 +36,11 @@ asio = asiosdk2.3
.NOTPARALLEL:

all: $(glew) $(glfw) $(jansson) $(libsamplerate) $(libcurl) $(libzip) $(portmidi) $(portaudio)
@echo ""
@echo "#######################################"
@echo "# Built all dependencies successfully #"
@echo "#######################################"
@echo ""

$(glew):
$(WGET) https://downloads.sourceforge.net/project/glew/glew/$(patsubst glew-%,%,$@)/$@.tgz
@@ -110,4 +115,4 @@ else
endif

clean:
git clean -fdxi
git clean -ffdxi

Loading…
Cancel
Save