@ -0,0 +1,15 @@
CXXFLAGS = -O2 -g -Wall -fmessage-length=0
OBJS = Database.o ChildProt.o
LIBS = -lsqlite3
TARGET = ChildProt
$(TARGET): $(OBJS)
$(CXX) -o $(TARGET) $(OBJS) $(LIBS)
all: $(TARGET)
clean:
rm -f $(OBJS) $(TARGET)
The note is not visible to the blocked user.