makefile mit rm

This commit is contained in:
Kristin 2025-12-05 11:52:08 +01:00
parent d3904ac6e4
commit 55532cbb42

View File

@ -48,8 +48,4 @@ test_stack.o: test_stack.c
# Clean
# --------------------------
clean:
ifeq ($(OS),Windows_NT)
rm -f *.o doble
else
del /f *.o doble
endif