some more $(RM) vs $(DEL) fixing
This commit is contained in:
@@ -47,6 +47,6 @@ vlir.cvt: vlir.grc vlir0.s vlir1.s vlir2.s
|
||||
# $(CL) -t geos-cbm -o vlir.cvt vlir.grc vlir0.s vlir1.s vlir2.s
|
||||
|
||||
clean:
|
||||
$(DEL) test.s test.h 2>$(NULLDEV)
|
||||
$(DEL) vlir.s vlir.cvt vlir.c vlir.h 2>$(NULLDEV)
|
||||
$(DEL) *.o 2>$(NULLDEV)
|
||||
@$(DEL) test.s test.h 2>$(NULLDEV)
|
||||
@$(DEL) vlir.s vlir.cvt vlir.c vlir.h 2>$(NULLDEV)
|
||||
@$(DEL) *.o 2>$(NULLDEV)
|
||||
|
||||
Reference in New Issue
Block a user