Update template
This commit is contained in:
parent
8e74944ca2
commit
e3036af5e3
2 changed files with 10 additions and 2 deletions
|
@ -27,7 +27,7 @@ INCLUDE := include
|
|||
LIB := lib
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
MAIN := cluster.exe
|
||||
MAIN := main.exe
|
||||
SOURCEDIRS := $(SRC)
|
||||
INCLUDEDIRS := $(INCLUDE)
|
||||
LIBDIRS := $(LIB)
|
||||
|
@ -35,7 +35,7 @@ FIXPATH = $(subst /,\,$1)
|
|||
RM := del /q /f
|
||||
MD := mkdir
|
||||
else
|
||||
MAIN := cluster
|
||||
MAIN := main
|
||||
SOURCEDIRS := $(shell find $(SRC) -type d)
|
||||
INCLUDEDIRS := $(shell find $(INCLUDE) -type d)
|
||||
LIBDIRS := $(shell find $(LIB) -type d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue