1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/Makefile
Jonas Fonseca 249fac4345 Tune the clean-l usage
- Fix the doc/ clean target which was called clean-local
 - Consistently use $(RM)
 - Introduce CLEAN variable to make it simpler to costumize local cleaning
2005-09-27 18:27:17 +02:00

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