Changeset d5ebf3a


Ignore:
Timestamp:
Mar 31, 2008, 11:52:39 AM (16 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
3004c9f
Parents:
51f45d1
Message:
Add a makefile rule to support emacs flymake-mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r50558dc rd5ebf3a  
    104104#owl_prototypes.h:
    105105
    106 .PHONY: tags clean distclean proto test
     106.PHONY: tags clean distclean proto test check-syntax
    107107
    108108tags: TAGS
     
    138138installdirs: mkinstalldirs
    139139        ${srcdir}/mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${mandir}/man1 ${DESTDIR}${datadir}
     140
     141# For emacs flymake-mode
     142check-syntax: proto
     143        $(CC) $(CFLAGS) -Wall -Wextra -pedantic -fsyntax-only $(CHK_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.