Changeset 009c485 in mainline for tools/xcw/demo/Makefile
- Timestamp:
- 2018-05-01T19:02:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 742fc98e
- Parents:
- 5261062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
r5261062 r009c485 43 43 44 44 CC = helenos-cc 45 LD = helenos-ld46 45 CFLAGS = -std=gnu99 -Wall `helenos-pkg-config --cflags libgui libdraw libmath` 47 46 LIBS = `helenos-pkg-config --libs libgui libdraw libmath` … … 56 55 57 56 $(output): $(objects) 58 $( LD) -o $@ $^ $(LIBS)57 $(CC) -o $@ $^ $(LIBS) 59 58 60 59 %.o: %.c
Note:
See TracChangeset
for help on using the changeset viewer.