@@ -0,0 +1,11 @@
rootdir = $(realpath .)
.PHONY: build
clean:
rm -rf build
build:
mkdir -p build && \
cd build && \
gcc -Wall -c $(rootdir)/src/*.c && \
gcc -Wall -o mg *.o
The note is not visible to the blocked user.