- Timestamp:
- 2007-04-06T12:21:50Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9d20755
- Parents:
- 547fa39
- Location:
- uspace
- Files:
-
- 1 edited
- 2 moved
-
Makefile (modified) (1 diff)
-
tester/Makefile (moved) (moved from uspace/ipcc/Makefile ) (1 diff)
-
tester/ipcc.c (moved) (moved from uspace/ipcc/ipcc.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r547fa39 rc0cf640 42 42 console \ 43 43 tetris \ 44 ipcc\44 tester \ 45 45 klog \ 46 46 rd \ -
uspace/tester/Makefile
r547fa39 rc0cf640 41 41 # 42 42 43 OUTPUT = ipcc44 SOURCES = ipcc.c43 OUTPUT = tester 44 SOURCES = tester.c 45 45 46 46 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.
