mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-15 07:30:12 +08:00
11 lines
222 B
Makefile
11 lines
222 B
Makefile
ifeq ($(subdir),ncurses)
|
|
|
|
CPPFLAGS += -DNDEBUG -DHAVE_CONFIG_H
|
|
|
|
edit_man-sed = sysdeps/unix/sysv/linux/edit_man.sed
|
|
edit_man-sh = sysdeps/unix/sysv/linux/edit_man.sh
|
|
|
|
run_tic-sh = sysdeps/unix/sysv/linux/run_tic.sh
|
|
|
|
endif
|