Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BasicDTUController
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLAC
BasicDTUController
Merge requests
!13
added write_version.f90 to makefile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
added write_version.f90 to makefile
jantoreh:patch-3
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Mikkel Friis-Møller
requested to merge
jantoreh:patch-3
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: jantoreh
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
107ab028
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/dtu_we_controller/Makefile
+
1
−
1
Options
@@ -6,7 +6,7 @@ include ../_mkf/MakefileDllInit.mk
# --- Makefile flags
# --------------------------------------------------------------------------------
LIB_NAME_BASE
=
dtu_we_controller
SRC
=
misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
SRC
=
write_version.f90
misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
ifeq
($(FCOMPILER),1)
FFLAGS_EXTRA
=
-libs
:static
-threads
Loading