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

avoid to clean env directory

parent 2d99331b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ ALL_ENV := $(DESTDIR)$(ENV_TARGETS)
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
clean:
@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) $(EXTRA_TARGETS) $(ENV_TARGETS)
@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) $(EXTRA_TARGETS)
distclean: clean
@exec rm -f config.mak src/include/$(package)/config.h
......
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