Skip to content
Snippets Groups Projects
Commit c37dbe28 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

clean lib66 sub directories

parent a7670836
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ INSTALL_DATA := skel/halt skel/init skel/poweroff skel/rc.init skel/rc.init.cont
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
clean:
@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) \
@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo src/*/*/*.o src/*/*/*.lo) \
$(INSTALL_MAN) $(INSTALL_HTML) $(EXTRA_TARGETS)
distclean: clean
......
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