@@ -0,0 +1,14 @@
#opt: OPTFLAGS = -O2
#export OPTFLAGS
.PHONY: all clean opt
all:
cd src && $(MAKE)
cd demo && $(MAKE)
clean:
cd demo && $(MAKE) clean
cd src && $(MAKE) clean
opt:
$(MAKE) all
The note is not visible to the blocked user.