Added standard Makefile settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 16 Jan 2011 21:54:19 +0200
changeset 536 14583eae4848
parent 527 3996f4df0915
child 537 7d4926cc2f32
Added standard Makefile settings.
Makefile
--- 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.