Update Alnilam and DevKit

This commit is contained in:
GuilhermeWerner 2021-08-21 09:20:00 -03:00
parent 2f07cf5c4c
commit 2340c84147
6 changed files with 6 additions and 14 deletions

View file

@ -1,5 +1,7 @@
// Copyright (c) TribuFu. All Rights Reserved.
use Alnilam_Build::*;
fn main() {
Alnilam_Build::Target(None);
TargetRules::New(None).Build();
}