Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
LinTim
OpenLinTim
Commits
7da9d60f
Commit
7da9d60f
authored
Feb 28, 2020
by
Alexander Schiewe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing make files
parent
d35f769b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
src/timetabling/periodic/performance_rptts/Release/FILES_TO_CLEAN
...tabling/periodic/performance_rptts/Release/FILES_TO_CLEAN
+1
-0
src/timetabling/periodic/performance_rptts/Release/Makefile
src/timetabling/periodic/performance_rptts/Release/Makefile
+16
-0
No files found.
src/timetabling/periodic/performance_rptts/Release/FILES_TO_CLEAN
0 → 100644
View file @
7da9d60f
solve
\ No newline at end of file
src/timetabling/periodic/performance_rptts/Release/Makefile
0 → 100644
View file @
7da9d60f
.PHONY
:
all dependencies clean
SRC_FILES
=
$(
shell
find ../src
-type
f
)
CORE_LOCATION
=
../../../../core/cpp
CORE_LIB
=
$(CORE_LOCATION)
/lib/core.o
all
:
dependencies solve
dependencies
:
make
-C
$(CORE_LOCATION)
all
solve
:
$(CORE_LIB) $(SRC_FILES)
g++
-std
=
c++11
-o
solve ../src/main.cpp
$(CORE_LIB)
clean
:
rm
-f
solve
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