fix makefile
parent
89cacd416b
commit
ad0e11d9d3
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ DLL_OBJS = $(PLAF_DLL_OBJS) \
|
||||||
EXE_OBJS = $(PLAF_EXE_OBJS)
|
EXE_OBJS = $(PLAF_EXE_OBJS)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$(MAKE) `./misc/factor.sh make-target`
|
$(MAKE) `./build-support/factor.sh make-target`
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Run '$(MAKE)' with one of the following parameters:"
|
@echo "Run '$(MAKE)' with one of the following parameters:"
|
||||||
|
|
Loading…
Reference in New Issue