mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
fffc573769
Makefile.lib multiplex the real ones. That's so that the -recursive ones always come first.
15 lines
283 B
Makefile
15 lines
283 B
Makefile
-include Makefile.config
|
|
# This should be _really_ ., but only after we have src/Makefile.
|
|
# Otherwise, it wouldn't be set right in the submakefiles.
|
|
path_to_top = ..
|
|
|
|
# TODO: Automagically rerun autoconf.
|
|
|
|
SUBDIRS = doc po src
|
|
|
|
|
|
clean-l:
|
|
rm -rf features.log
|
|
|
|
-include Makefile.lib
|