mein clean

This commit is contained in:
Max-R 2025-12-09 10:21:16 +01:00
parent 8f2dfb507c
commit 9268113f38
3 changed files with 5 additions and 1 deletions

View File

@ -70,4 +70,8 @@ test_binary.o: test_binary.c
# Clean
# --------------------------
clean:
rm -f *.o doble $(STACK_TEST_BIN) $(NUMBERS_TEST_BIN) $(BINARY_TEST_BIN)
ifeq ($(OS),Windows_NT)
del /f *.o doble
else
rm -f *.o doble
endif

BIN
stack.o

Binary file not shown.

Binary file not shown.