Changeset f2ffad4 in mainline for src/Makefile
- Timestamp:
- 2005-05-12T20:37:03Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da79d0fd
- Parents:
- ea3fb2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile
rea3fb2e rf2ffad4 77 77 78 78 %.o: %.s 79 $(AS) $ < -o $@79 $(AS) $(ASFLAGS) $< -o $@ 80 80 81 81 %.o: %.c
Note:
See TracChangeset
for help on using the changeset viewer.