File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# or copy at http://www.boost.org/LICENSE_1_0.txt)
66#
77
8- # local machine
8+ # My local machine
9+ # cd /mnt/c/Users/ckorm/Documents/Ks/PC_Software/NumericalPrograms/ExtendedNumberTypes/wide_integer
910# make MY_CC=g++ MY_BOOST_ROOT=/mnt/c/boost/boost_1_90_0 all
1011
1112# MacOS with brew llvm
@@ -110,8 +111,13 @@ ifeq ($(MY_BREW),brew)
110111LDFLAGS += -L/opt/homebrew/opt/llvm/lib
111112endif
112113
114+ clean :
115+ @-$(ECHO )
116+ @-$(ECHO ) +++ cleaning
117+ @-rm -f ./wide_integer || true
118+
113119
114- compile_and_link :
120+ compile_and_link : clean
115121 @-$(ECHO )
116122 @-$(ECHO ) +++ print compiler version
117123 @-$(CC ) --version
@@ -120,6 +126,6 @@ compile_and_link :
120126 @-$(ECHO )
121127 -$(CC ) $(CPPFLAGS ) $(C_DEFINES ) $(C_INCLUDES ) $(LDFLAGS ) $(FILES_SRC ) -o wide_integer
122128 @-$(ECHO )
123- @-$(ECHO ) +++ created executable wide_integer
129+ @-$(ECHO ) +++ check for executable wide_integer
124130 -ls -la ./wide_integer
125131 @-$(ECHO )
You can’t perform that action at this time.
0 commit comments