Changes in uspace/app/tester/Makefile [74017ce:0ba88ae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r74017ce r0ba88ae 32 32 # TODO: softfloat testing should be done via unit tests. 33 33 LIBS = block softfloat drv math 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) -Wno-error 35 35 36 36 BINARY = tester
Note:
See TracChangeset
for help on using the changeset viewer.