Fix assignment typo in makefile.basic
This commit is contained in:
parent
9e2adc3de9
commit
b3acff2208
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user