changeset 3:e22550b5a224

{efr2,std}/Makefile: add make clean
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 05:50:33 +0000
parents c511bfb36c2a
children 5d7a6bc6960f
files efr2/Makefile std/Makefile
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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