Changeset 4fca1db for Makefile


Ignore:
Timestamp:
2010-04-10T10:07:11Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ec2ebcc
Parents:
16592d8
Message:

Make compiling on BSD less painful: mktemp really does need a template on
some machines, and warn the user about make vs. gmake at configure time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r16592d8 r4fca1db  
    126126ctags:
    127127        ctags `find . -name "*.c"` `find . -name "*.h"`
     128
     129# Using this as a bogus Make target to test if a GNU-compatible version of
     130# make is available.
     131helloworld:
     132        @echo Hello World
Note: See TracChangeset for help on using the changeset viewer.