Windows fix

This commit is contained in:
Ștefan Talpalaru 2019-04-19 20:17:50 +02:00
parent d2f0a3827d
commit fcb02ffb9a
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
SHELL := bash # the shell used internally by "make"
CC := gcc
LD := $(CC)
#- extra parameters for the Nim compiler
#- NIMFLAGS should come from the environment or make's command line
NIM_PARAMS := $(NIMFLAGS)