mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05: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.
8 lines
137 B
Makefile
8 lines
137 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
SUBDIRS = backend
|
|
OBJS = dialogs.o mime.o
|
|
|
|
include $(path_to_top)/Makefile.lib
|