From 8302018362ba1bc362a72ad3f6744ce6262b33af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Oct 2009 18:58:18 +0200 Subject: Add gen and cleanobj targets to makefiles in examples --- dist/examples/cxx/hybrid/custom/nmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/examples/cxx/hybrid/custom/nmakefile') diff --git a/dist/examples/cxx/hybrid/custom/nmakefile b/dist/examples/cxx/hybrid/custom/nmakefile index e662085..fc5d6fe 100644 --- a/dist/examples/cxx/hybrid/custom/nmakefile +++ b/dist/examples/cxx/hybrid/custom/nmakefile @@ -18,6 +18,6 @@ all: @for %i in ( $(dirs) ) do \ @cmd /c "cd %i & $(MAKE) /nologo /f nmakefile" -test clean: +gen test clean cleanobj: @for %i in ( $(dirs) ) do \ @cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@" -- cgit v1.1