Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nils Vreman
ScheduLearn
Commits
2be60a65
Commit
2be60a65
authored
Jan 08, 2020
by
Nils Vreman
Browse files
Changed todo and changed clean function in makefile
parent
69d56333
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2be60a65
...
...
@@ -4,4 +4,4 @@ all:
find
.
-name
"*.class"
-type
f
-delete
clean
:
find
.
-name
"*.class"
-type
f
-
delete
find
.
-name
"*.class"
-type
f
-
exec
rm
-rf
{}
\;
TODO.md
View file @
2be60a65
...
...
@@ -3,6 +3,7 @@
## TODO
1.
Write "Help" documentation
2.
Change save to include model
3.
Fix RMS. Does not work with taskset in exc 6.4
## FIXED
1.
Fix issue with taskset not arranging correctly when tasks are added before scheduling algorithm is choosen.
*FIXED*
...
...
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