Ignore:
Timestamp:
Jan 7, 2015, 6:04:42 PM (10 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, string, with_gc
Children:
0b8cd722
Parents:
d9a0e76
Message:

fixed restrict, fixed parameter copy, introduced name table for types, changed variable after to string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/examples/Makefile

    rd9a0e76 r17cd4eb  
    2020
    2121${EXEC1} : ${OBJECTS1}                          # link step 1st executable
    22         ${CC} ${CCFLAGS} $^ -o $@               # additional object files before $^
     22        ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    2323
    2424${EXEC2} : ${OBJECTS2}                          # link step 2nd executable
    25         ${CC} ${CCFLAGS} $^ -o $@               # additional object files before $^
     25        ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    2626
    2727${OBJECTS} : ${MAKEFILE_NAME}                   # OPTIONAL : changes to this file => recompile
Note: See TracChangeset for help on using the changeset viewer.