Browse Source

Makefile添加clean

GnoCiYeH 1 year ago
parent
commit
6045652a05
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -13,3 +13,6 @@ install:
 
 build-linux:
 	cargo -Z build-std=core,alloc,compiler_builtins build --target x86_64-unknown-linux-gnu
+
+clean:
+	cargo clean