8 lines
83 B
PHP
8 lines
83 B
PHP
# ©2013 Cameron Desrochers
|
|
|
|
ifeq ($(OS),Windows_NT)
|
|
EXT = .exe
|
|
else
|
|
EXT =
|
|
endif
|