author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 17 Jan 2011 21:40:36 +0200 | |
changeset 538 | 45b1d7e9f251 |
parent 535 | 05e20b2ae7c8 (current diff) |
parent 537 | 7d4926cc2f32 (diff) |
child 539 | 4e0728ed912a |
--- a/Makefile Mon Jan 17 15:17:59 2011 +0200 +++ b/Makefile Mon Jan 17 21:40:36 2011 +0200 @@ -2,6 +2,17 @@ # # You can do anything with this file without any warranty. +SHELL = /bin/sh + +# Disable built in pattern rules. +MAKEFLAGS += -r +# Disable built in variables. +MAKEFLAGS += -R +# Disable built in suffix rules. +.SUFFIXES: +# Default target. +.DEFAULT_GOAL = all + ################################################################ # Helper definition.