Changeset 2988aec7 in mainline for uspace/app/bithenge/Makefile.linux
- Timestamp:
- 2012-08-14T03:17:17Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71b0d4d4
- Parents:
- 1b6b76d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/Makefile.linux
r1b6b76d r2988aec7 50 50 51 51 $(BINARY): $(OBJECTS) 52 $(CC) -o $@ $^52 $(CC) $(CFLAGS) -o $@ $^ 53 53 54 54 clean:
Note:
See TracChangeset
for help on using the changeset viewer.