Changeset 301e9f7


Ignore:
Timestamp:
Feb 5, 2025, 5:08:06 PM (5 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
a8e2215
Parents:
ab94c37
Message:

A bit of clean-up in the Makefile on some new rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rab94c37 r301e9f7  
    359359
    360360ctrl-flow/loop_else : ctrl-flow/loop_else.cfa ${CFACCBIN}
    361         ${CC} ${AM_CFLAGS} -Wno-superfluous-else $< -o $@ 
     361        ${CC} ${AM_CFLAGS} -Wno-superfluous-else $< -o $@
    362362
    363363ctrl-flow/loop_else-WRN1 : ctrl-flow/loop_else.cfa ${CFACCBIN}
    364         ${CFACOMPILE_SYNTAX} -DERR1
     364        ${CFACOMPILE_SYNTAX}
    365365        -cp ${test} ${abspath ${@}}
    366366
Note: See TracChangeset for help on using the changeset viewer.