@@ -0,0 +1,14 @@
RAW = ../raw/
SRC = src/
EXE = eatit
CCC = g++
OPT = -O3 -Wall
$(EXE) : $(SRC)main.cpp $(SRC)raweat.hpp
$(CCC) $(OPT) $< -o $@
clean :
rm -f $(EXE)
The note is not visible to the blocked user.