Implement build command, shuffle around some internals to make it easier

This commit is contained in:
Lucien Greathouse
2018-11-27 14:07:00 -08:00
parent 7c585fcbce
commit 8aee5c769f
5 changed files with 67 additions and 26 deletions

View File

@@ -1,10 +1,10 @@
#[macro_use] extern crate clap;
use std::{
path::{Path, PathBuf},
env,
};
use clap::clap_app;
use librojo::commands;
fn make_path_absolute(value: &Path) -> PathBuf {