diff --git a/makefile b/makefile index a27e9b1..20256ce 100644 --- a/makefile +++ b/makefile @@ -49,8 +49,4 @@ test_stack.o: test_stack.c # Clean # -------------------------- clean: -ifeq ($(OS),Windows_NT) - rm -f *.o doble -else - rm -f *.o doble -endif \ No newline at end of file + rm -f *.o doble \ No newline at end of file