aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c377d62..4030ab1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,10 +49,13 @@ $(BUILDDIR)/%.o: %.c hostconfig.h
$(CC) $(CFLAGS) -c -o $@ $<
clean:
- $(RM) -r -- $(BUILDDIR)/ test/build/ $(OUT) *.o a.out tool/depgen
+ $(RM) -r -- $(BUILDDIR)/ test/build/ $(OUT) *.o a.out
+
+clean-tool:
+ $(RM) -r tool/depgen
clean-config: clean
- $(RM) -r config.mk hostconfig.h
+ $(RM) -r config.mk hostconfig.h tool/depgen
install: all
@mkdir -p "$(DESTDIR)$(BINDIR)"