commit 6d232375d68fa3676c42896ab5706230b2693cef
parent bc22e55f1d8aa02c1e5dd2f565dfcca256b6dda0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 15:08:17 +0100
Fix a typo in the make clean directive
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -134,7 +134,7 @@ all: build_library build_program build_tests
clean: clean_test
rm -f $(OBJ) src/les2htcp.o $(TEST_OBJ) $(LIBNAME) les2htcp
- rm -f .config .test libhtcp·o htcp.pc htcp-local.pc
+ rm -f .config .test libhtcp.o htcp.pc htcp-local.pc
distclean: clean
rm -f $(DEP) src/les2htcp.d src/les2htcp.h $(TEST_DEP)