mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
94ed6fa754
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
194 B
Makefile
9 lines
194 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
OBJS-$(CONFIG_INTERLINK) += interlink.o
|
|
|
|
OBJS = event.o main.o module.o select.o timer.o version.o
|
|
|
|
include $(path_to_top)/Makefile.lib
|