Fix assignment typo in makefile.basic
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#Makefile to generate a single executable from all sources in SOURCE_DIRS that end in EXT
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
WINDOWS=1
|
||||
WINDOWS::=1
|
||||
endif
|
||||
|
||||
SOURCE_DIRS::=src
|
||||
|
||||
Reference in New Issue
Block a user