Fix assignment typo in makefile.basic

This commit is contained in:
rexy712 2019-12-21 19:46:55 -08:00
parent 9e2adc3de9
commit b3acff2208

View File

@ -16,7 +16,7 @@
#Makefile to generate a single executable from all sources in SOURCE_DIRS that end in EXT #Makefile to generate a single executable from all sources in SOURCE_DIRS that end in EXT
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
WINDOWS=1 WINDOWS::=1
endif endif
SOURCE_DIRS::=src SOURCE_DIRS::=src