mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-16 14:59:20 +01:00
Update Makefile to support CLion
This commit is contained in:
parent
9399ca0582
commit
0e570455c2
2
Makefile
2
Makefile
@ -108,7 +108,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
|
||||
all: $(BUILD)
|
||||
|
||||
$(BUILD):
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(shell [ ! -d $(BUILD) ] && mkdir -p $(BUILD))
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user