mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04:00
Convert remaining conditional file building to use OBJS-$(CONFIG_FOO) += foo.o one problem with reverse meaining (in util/) fixed with local 'hack'. Cleanup and remove stuff which is now default targets.
9 lines
210 B
Makefile
9 lines
210 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
OBJS-$(CONFIG_EXMODE) += exmode.o
|
|
|
|
OBJS = document.o download.o edit.o info.o menu.o options.o progress.o status.o
|
|
|
|
include $(path_to_top)/Makefile.lib
|