bug with makefiles

unstable
penguin 4 years ago
parent 5a74bf54e4
commit cb19315ce8

@ -1 +0,0 @@
penguin@penguin-arch-home.1854:1602942911

@ -6,3 +6,8 @@
// --- Read Default Targets manifest toml // --- Read Default Targets manifest toml
// --- generate projects core manifest toml // --- generate projects core manifest toml
// --- Spawn user manifest config // --- Spawn user manifest config
pub struct IglooPrj
{
}

@ -6,7 +6,7 @@ use clap::{crate_version, crate_description, crate_authors, App, Arg, AppSetting
use config::*; use config::*;
use std::collections::HashMap; use std::collections::HashMap;
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use std::os::unix::fs;
#[allow(unused_variables)] #[allow(unused_variables)]
#[allow(unused_imports)] #[allow(unused_imports)]
fn main() fn main()

Loading…
Cancel
Save