Skip to content
Snippets Groups Projects
Commit e170d67c authored by Per Cederqvist's avatar Per Cederqvist
Browse files

"make clean" now removes import.make (which is remade with ./Config).

parent 5cf96f3e
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ clean:
$(RM) $(GENERIC-CLEAN)
$(RM) -r $(INCLUDEDIR)
$(RM) -r $(LIBDIR)
$(RM) $(SCRIPTDIR)/import.make
-for i in $(SUBDIRS); \
do \
[ -d $$i ] && { echo making clean in directory $$i; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment