mein clean
This commit is contained in:
parent
8f2dfb507c
commit
9268113f38
6
makefile
6
makefile
@ -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
test_stack.o
BIN
test_stack.o
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user