Wrong name in the Makefile
This commit is contained in:
parent
3fd4603553
commit
ae9c29629c
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ AS := arm-none-eabi-as
|
|||||||
LD := arm-none-eabi-ld
|
LD := arm-none-eabi-ld
|
||||||
OC := arm-none-eabi-objcopy
|
OC := arm-none-eabi-objcopy
|
||||||
|
|
||||||
name := Luma
|
name := Luma3DS
|
||||||
version := $(shell git describe --abbrev=0 --tags)
|
version := $(shell git describe --abbrev=0 --tags)
|
||||||
|
|
||||||
dir_source := source
|
dir_source := source
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
/*
|
|
||||||
* types.h
|
|
||||||
* by Reisyukaku
|
|
||||||
* Copyright (c) 2015 All Rights Reserved
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Reference in New Issue
Block a user