remove stray tab in hts makefile to fix amigaos3 build

This commit is contained in:
Vincent Sanders 2021-01-17 22:03:17 +00:00
parent 8a2c5bd3ed
commit ed5076421f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ else
else
ifeq ($(TARGET),amigaos3)
override TARGET := amiga
SUBTARGET = os3
SUBTARGET = os3
endif
endif
endif