Changeset 7bdcac1 for tools/Makefile.am
- Timestamp:
- Jun 11, 2018, 10:16:04 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 3fc59bdb
- Parents:
- 85b1deb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r85b1deb r7bdcac1 18 18 CFLAGS = -Wall -Wextra -O2 -g 19 19 20 noinst_PROGRAMS = busy catchsig repeat 20 noinst_PROGRAMS = busy catchsig repeat watchdog 21 21 22 22 busy_SOURCES = busy.c … … 24 24 catchsig_SOURCES = catchsig.c 25 25 repeat_SOURCES = repeat.c 26 watchdog_SOURCES = watchdog.c
Note: See TracChangeset
for help on using the changeset viewer.