Changeset 3b814c3a in mainline for uspace/lib/math/Makefile
- Timestamp:
- 2018-08-30T19:12:03Z (7 years ago)
- Children:
- bbdca54
- Parents:
- ace1bca4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/Makefile
race1bca4 r3b814c3a 39 39 generic/fabs.c \ 40 40 generic/fmod.c \ 41 generic/nearbyint.c \ 41 42 generic/round.c \ 42 43 generic/trig.c \ 43 44 generic/trunc.c 44 45 46 TEST_SOURCES = \ 47 test/rounding.c \ 48 test/main.c 49 45 50 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.