some more $(RM) vs $(DEL) fixing
This commit is contained in:
@@ -33,4 +33,4 @@ hello: hello.c
|
||||
$(CL) -t atari5200 -o hello hello.c
|
||||
|
||||
clean:
|
||||
$(RM) hello
|
||||
@$(DEL) hello 2>$(NULLDEV)
|
||||
|
||||
Reference in New Issue
Block a user