diff options
Diffstat (limited to 'test/termios/Makefile')
-rw-r--r-- | test/termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile index 881cf48e5..2d48251b9 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -52,6 +52,6 @@ termios_glibc: termios.c Makefile -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |