Selaa lähdekoodia

Fix distclean

Correctly remove bin folder.
DricomDragon 4 vuotta sitten
vanhempi
commit
a5460af3a8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -19,7 +19,7 @@ clean:
 	rm -rf $(OBJ)
 
 distclean: clean
-	rm -rf $(EXEC)
+	rm -rf ./bin
 
 exec: $(EXEC)
 	./bin/$(EXEC)