Browse Source

Makefile添加clean

GnoCiYeH 1 năm trước cách đây
mục cha
commit
6045652a05
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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