Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
ell_feladat
/
CppMonoton
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
5e7d6bc5
authored
Apr 23, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile
parent
2ff24f9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
+17
-6
Makefile
+17
-0
monoton.hpp
+0
-6
No files found.
Makefile
0 → 100644
View file @
5e7d6bc5
#
# 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
monoton.hpp
deleted
100644 → 0
View file @
2ff24f9e
#ifndef MONOTON_HPP
#define MONOTON_HPP
#error "Itt készitse el a monoton sablont!"
#endif // MONOTON_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment