We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2dbaa commit 2e15b7fCopy full SHA for 2e15b7f
Makefile
@@ -3,6 +3,7 @@ ifneq ($(V),1)
3
endif
4
5
.PHONY: all clean realclean wipeclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make libec2 bgen ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio
6
+.NOTPARALLEL: clean realclean wipeclean distclean
7
8
ROOT_ABSPATH := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
9
_CF_DIR = $(ROOT_ABSPATH)
0 commit comments