changeset 536 | 14583eae4848 |
parent 518 | 576a7e0fd9e0 |
child 581 | 5e3a485408f4 |
--- a/Makefile Fri Jan 14 12:25:45 2011 +0200 +++ b/Makefile Sun Jan 16 21:54:19 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.