Changeset 1da317b for Makefile.in


Ignore:
Timestamp:
Jun 19, 2016, 10:52:23 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9724df0
Parents:
f6ed7fd
Message:

explicitly delete .deps/.outs for examples and tests for maintainer-clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rf6ed7fd r1da317b  
    222222SUBDIRS = src/driver src src/libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
    223223EXTRA_DIST = Docs                       # non-source files
    224 MAINTAINERCLEANFILES = lib/* bin/*
     224MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
    225225all: config.h
    226226        $(MAKE) $(AM_MAKEFLAGS) all-recursive
Note: See TracChangeset for help on using the changeset viewer.