Added newest Makefile and fixed making from clean

This commit is contained in:
TheXaman
2021-02-04 18:04:00 +01:00
parent 27a99323da
commit 965bcfa29d
6 changed files with 18 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
#if DEBUG
#if DEBUGGING
void Debug_ShowMainMenu(void);
#endif