Changes in uspace/app/gunzip/Makefile [cecba66e:b93ea46a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/gunzip/Makefile
rcecba66e rb93ea46a 30 30 BINARY = gunzip 31 31 32 LIBS = compress 32 EXTRA_CFLAGS += -I$(LIBCOMPRESS_PREFIX) 33 LIBS = $(LIBCOMPRESS_PREFIX)/libcompress.a 33 34 34 35 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.