Selaa lähdekoodia

Makefile添加clean

GnoCiYeH 1 vuosi sitten
vanhempi
commit
6045652a05
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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