From 1068ad106b88246cdc12524c1fc226e3c22f7d82 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 27 Apr 2015 22:35:45 +0200 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5461eb89..69c3d67c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ json_unit: test/unit.cpp src/json.hpp test/catch.hpp $(CXX) -std=c++11 $(CXXFLAGS) $(FLAGS) $(CPPFLAGS) -I src -I test $< $(LDFLAGS) -o $@ # create scanner with re2c -re2c: +re2c: src/json.hpp.re2c $(RE2C) -b -s -i --no-generation-date $< | $(SED) '1d' > src/json.hpp # static analyser diff --git a/appveyor.yml b/appveyor.yml index 8e335af3..237d284c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: '{build}' -os: Visual Studio 2015 Preview +os: Visual Studio 2015 CTP init: [] install: [] build_script: