Commit 5e7d6bc5 by Szeberényi Imre

Makefile

parent 2ff24f9e
#
# Makefile a CppMonoton feladathoz
#
CXXFLAGS = -g -Wall
OBJS = monoton_test.o
monoton_test: $(OBJS)
$(CXX) $(CXXFLAGS) $(OBJS) -o $@
#-------------
monoton_test.o: monoton_test.cpp fancy_iterators.hpp monoton.hpp gtest_lite.h
clean:
rm -f *.o *.log monoton_test
#ifndef MONOTON_HPP
#define MONOTON_HPP
#error "Itt készitse el a monoton sablont!"
#endif // MONOTON_HPP
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment