mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
32fe41fae7
We _do_ want to error on when including .config and .lib failed.
15 lines
281 B
Makefile
15 lines
281 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
|