From 8ec6ff7ce47182792071cdae7b783145cbad7edf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jan 2012 14:59:00 +0200 Subject: Add mssql, fix clean target --- git/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/makefile b/git/makefile index 3c2430a..28dbaf5 100644 --- a/git/makefile +++ b/git/makefile @@ -5,13 +5,13 @@ # make - build tests and examples for # make -test - build and run tests and examples for # -db := oracle pgsql sqlite mysql +db := mssql oracle pgsql sqlite mysql .PHONY: all test clean $(db) $(addsuffix -test,$(db)) $(addsuffix -clean,$(db)) all: $(db) test: $(addsuffix -test,$(db)) -test: $(addsuffix -clean,$(db)) +clean: $(addsuffix -clean,$(db)) define set_dirs edir := $$(wildcard examples-$1-default) -- cgit v1.1