genode/repos/ports/src/noux-pkg/less/target.mk

18 lines
251 B
Makefile
Raw Normal View History

2012-10-04 11:33:57 +02:00
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