Changes in uspace/srv/bd/rd/Makefile [1b1164e8:e5773c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/Makefile
r1b1164e8 re5773c6 29 29 30 30 USPACE_PREFIX = ../../.. 31 BINARY = rd 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = rd 32 34 33 35 SOURCES = \ 34 36 rd.c 35 37 36 include $(USPACE_PREFIX)/Makefile.common38 include ../../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.