mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
249fac4345
- Fix the doc/ clean target which was called clean-local - Consistently use $(RM) - Introduce CLEAN variable to make it simpler to costumize local cleaning
10 lines
174 B
Makefile
10 lines
174 B
Makefile
path_to_top = .
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
# TODO: Automagically rerun autoconf.
|
|
|
|
SUBDIRS = doc po src
|
|
CLEAN = features.log
|
|
|
|
include $(path_to_top)/Makefile.lib
|