Skip to content

Commit

Permalink
Small refactoring and reorganization of the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Nov 8, 2023
1 parent b98b377 commit 70092db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions Build/Main.rs → Build/src/Main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ mod Target;
use Target::*;

mod Log;
use Log::*;

fn main() {

let Target = Target_type::Get_current();

Print_line!("Start Xila build");
Expand Down
2 changes: 2 additions & 0 deletions Build/Target.rs → Build/src/Target.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

#[derive(Debug, PartialEq, Clone, Copy)]
pub enum Architecture_type {
x86,
Expand Down

0 comments on commit 70092db

Please sign in to comment.