Ignore:
Timestamp:
Dec 23, 2010, 4:03:27 AM (15 years ago)
Author:
dmik
Message:

common.mak: Added possibility to add more than one source dependency to the exe target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/common.mak

    r21482 r21533  
    3535       
    3636%.exe: %.c
    37         gcc $< -Zomf -Zmap -Zlinker /PM:VIO -o $@ $(CFLAGS)
     37        gcc $^ -Zomf -Zmap -Zlinker /PM:VIO -o $@ $(CFLAGS)
    3838
    3939%.s: %.c
Note: See TracChangeset for help on using the changeset viewer.