[pzstd] Fix Makefile

This commit is contained in:
Nick Terrell
2016-10-14 15:26:50 -07:00
parent 87629978d3
commit 8b4e84249b
6 changed files with 209 additions and 171 deletions
+2 -3
View File
@@ -50,10 +50,9 @@ build_script:
ECHO *** &&
ECHO *** Building pzstd for %PLATFORM% &&
ECHO *** &&
ECHO make -C contrib\pzstd pzstd &&
make -C contrib\pzstd pzstd &&
make -C contrib\pzstd googletest-mingw64 &&
make -C contrib\pzstd test &&
make -C contrib\pzstd all &&
make -C contrib\pzstd check &&
make -C contrib\pzstd clean
)
- if [%COMPILER%]==[gcc] (