summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e54ad5e..3ebf090 100644
--- a/Makefile
+++ b/Makefile
@@ -62,12 +62,14 @@ lib:
lz4programs:
@$(MAKE) -C $(PRGDIR)
+ cp $(PRGDIR)/lz4 .
clean:
@$(MAKE) -C $(PRGDIR) $@ > $(VOID)
@$(MAKE) -C $(LZ4DIR) $@ > $(VOID)
@$(MAKE) -C examples $@ > $(VOID)
@$(MAKE) -C versionsTest $@ > $(VOID)
+ @$(RM) lz4
@echo Cleaning completed