mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
204bbe5d2c
Now all the submakefiles contain informationa buot where in the directory hierarchy they stay.
13 lines
185 B
Makefile
13 lines
185 B
Makefile
path_to_top = .
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
# TODO: Automagically rerun autoconf.
|
|
|
|
SUBDIRS = doc po src
|
|
|
|
|
|
clean-l:
|
|
rm -rf features.log
|
|
|
|
include $(path_to_top)/Makefile.lib
|