Makefile
changeset 678 203ac8ba3934
parent 581 5e3a485408f4
child 696 8b1976f24f56
equal deleted inserted replaced
677:154f402aa2dc 678:203ac8ba3934
     1 # Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
     1 # Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
     2 #
     2 #
     3 # You can do anything with this file without any warranty.
     3 # You can do anything with this file without any warranty.
     4 
     4 
     5 SHELL = /bin/sh
     5 SHELL = /bin/sh
       
     6 export PATH := /bin:/usr/bin:${PATH}
     6 
     7 
     7 # Disable built in pattern rules.
     8 # Disable built in pattern rules.
     8 MAKEFLAGS += -r
     9 MAKEFLAGS += -r
     9 # Disable built in variables.
    10 # Disable built in variables.
    10 MAKEFLAGS += -R
    11 MAKEFLAGS += -R