Changeset 814aa52 for Makefile


Ignore:
Timestamp:
2010-06-03T11:00:45Z (14 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
a6b2f13
Parents:
5f8ab6a9 (diff), f4bcc22 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge in bitlbee 1.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5f8ab6a9 r814aa52  
    128128ctags:
    129129        ctags `find . -name "*.c"` `find . -name "*.h"`
     130
     131# Using this as a bogus Make target to test if a GNU-compatible version of
     132# make is available.
     133helloworld:
     134        @echo Hello World
Note: See TracChangeset for help on using the changeset viewer.