diff options
Diffstat (limited to 'Shell/Makefile')
-rw-r--r-- | Shell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/Makefile b/Shell/Makefile index fd04ce37a2..9cfea5c694 100644 --- a/Shell/Makefile +++ b/Shell/Makefile @@ -20,5 +20,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d |