:: commit d20d52760fb1dda6409fe78db215063ebd8df73a

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-05-09 12:04

parents: d2ad06577e

add libbzip3.so to the clean target

diff --git a/Makefile b/Makefile
index 3ca2156..63ae447 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ bzip3: obj/main.o $(LIBBZ3_OBJECTS)
 	$(CC) $(CFLAGS) -o $@ $^ -lpthread 
 
 clean:
-	rm -f bzip3 obj/*.o
+	rm -f bzip3 libbzip3.so obj/*.o
 
 format:
 	clang-format -i src/*.c include/*.h
tab: 248 wrap: offon