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