mirror of
https://github.com/Michaelangel007/hgr2rgbntsc.git
synced 2025-08-08 02:25:15 +00:00
Fix indentation in makefile
This commit is contained in:
10
makefile
10
makefile
@@ -3,12 +3,12 @@
|
|||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
echo "Use MSVC Solution/Project"
|
echo "Use MSVC Solution/Project"
|
||||||
else
|
else
|
||||||
UNAME = $(shell uname -s)
|
UNAME = $(shell uname -s)
|
||||||
|
|
||||||
ifeq ($(UNAME),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
TARGET=bin/hgr2rgb.elf
|
TARGET=bin/hgr2rgb.elf
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
TARGET=bin/hgr2rgb.osx
|
TARGET=bin/hgr2rgb.osx
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user