Makefile
changeset 166 27fc63b27dad
parent 165 517623c39dac
child 173 e0e31102eee5
equal deleted inserted replaced
165:517623c39dac 166:27fc63b27dad
     1 SHELL = /bin/sh
     1 SHELL = /bin/sh
     2 export PATH := /bin:/usr/bin:${PATH}
     2 export PATH := /bin:/usr/bin:${PATH}
       
     3 
       
     4 # Disable built in pattern rules.
       
     5 MAKEFLAGS += -r
       
     6 # Disable built in variables.
       
     7 MAKEFLAGS += -R
       
     8 # Disable built in suffix rules.
       
     9 .SUFFIXES:
       
    10 # Default target.
       
    11 .DEFAULT_GOAL = all
     3 
    12 
     4 .PHONY: all
    13 .PHONY: all
     5 all:
    14 all:
     6 
    15 
     7 ifeq '' '$(HOME)'
    16 ifeq '' '$(HOME)'