Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit bd1e35f

Browse files
committed
use $(RM) instead of hardcoded rm
1 parent a9f994a commit bd1e35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ all: adpcma
99
adpcma: adpcma.o
1010

1111
clean:
12-
rm -f *.o *.obj
12+
$(RM) -f *.o *.obj

0 commit comments

Comments
 (0)