Commit 8ff1442e authored by Adam Wujek's avatar Adam Wujek 💬

Makefile: add distclean target

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent dfcd5d74
......@@ -101,6 +101,10 @@ $(OBJ-y): .config $(wildcard include/ppsi/*.h)
clean:
rm -f $$(find . -name '*.[oa]' ! -path './scripts/kconfig/*') *.bin $(TARGET) *~ $(TARGET).map*
distclean: clean
rm -rf include/config include/generated
rm -f .config
# following targets from Makefile.kconfig
silentoldconfig:
@mkdir -p include/config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment