Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7c9db24 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.