# HG changeset patch # User Mychaela Falconia # Date 1712123433 0 # Node ID e22550b5a2244242b1736172f66d024a8a31de8a # Parent c511bfb36c2a155cf86399dea7e334182e9ddbc9 {efr2,std}/Makefile: add make clean diff -r c511bfb36c2a -r e22550b5a224 efr2/Makefile --- a/efr2/Makefile Wed Apr 03 05:47:51 2024 +0000 +++ b/efr2/Makefile Wed Apr 03 05:50:33 2024 +0000 @@ -90,3 +90,6 @@ syn_filt.o: typedef.h basic_op.h count.h vad.o: typedef.h cnst.h basic_op.h oper_32b.h count.h vad.h weight_a.o: typedef.h basic_op.h count.h + +clean: + rm -f *.o coder decoder ed_iface diff -r c511bfb36c2a -r e22550b5a224 std/Makefile --- a/std/Makefile Wed Apr 03 05:47:51 2024 +0000 +++ b/std/Makefile Wed Apr 03 05:50:33 2024 +0000 @@ -96,3 +96,6 @@ syn_filt.o: typedef.h basic_op.h count.h vad.o: typedef.h cnst.h basic_op.h oper_32b.h count.h vad.h weight_a.o: typedef.h basic_op.h count.h + +clean: + rm -f *.o coder decoder ed_iface