We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2348906 commit 81ca8f6Copy full SHA for 81ca8f6
Makefile
@@ -19,5 +19,5 @@ cpm.o: cpm.c
19
$(CC) -c $(CFLAGS) cpm.c
20
21
clean:
22
- rm cpm$(OBJEXT)
+ $(RM) cpm$(OBJEXT)
23
0 commit comments