genode/repos/ports/src/noux-pkg/less/target.mk
Josef Söntgen b80939cc0a Noux: add noux-pkg/less
Issue #2014
2016-06-28 11:09:25 +02:00

18 lines
251 B
Makefile

TARGET = less
LIBS = ncurses
#
# Make the ncurses linking test succeed and copy the actual Makefile
#
Makefile: dummy_libs
NOUX_LDFLAGS += -L$(PWD)
dummy_libs: libncursesw.a
libncursesw.a:
$(VERBOSE)$(AR) -rc $@
include $(REP_DIR)/mk/noux.mk