Makefile
changeset 167 eb7a3a95b99a
parent 166 27fc63b27dad
child 173 e0e31102eee5
equal deleted inserted replaced
162:3634a8ff70f5 167:eb7a3a95b99a
     1 SHELL = /bin/sh
     1 SHELL = /bin/sh
       
     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
     2 
    12 
     3 .PHONY: all
    13 .PHONY: all
     4 all:
    14 all:
     5 
    15 
     6 ifeq '' '$(HOME)'
    16 ifeq '' '$(HOME)'