Skip to content
Snippets Groups Projects
Commit 2be60a65 authored by Nils Vreman's avatar Nils Vreman
Browse files

Changed todo and changed clean function in makefile

parent 69d56333
No related merge requests found
...@@ -4,4 +4,4 @@ all: ...@@ -4,4 +4,4 @@ all:
find . -name "*.class" -type f -delete find . -name "*.class" -type f -delete
clean: clean:
find . -name "*.class" -type f -delete find . -name "*.class" -type f -exec rm -rf {} \;
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
## TODO ## TODO
1. Write "Help" documentation 1. Write "Help" documentation
2. Change save to include model 2. Change save to include model
3. Fix RMS. Does not work with taskset in exc 6.4
## FIXED ## FIXED
1. Fix issue with taskset not arranging correctly when tasks are added before scheduling algorithm is choosen. *FIXED* 1. Fix issue with taskset not arranging correctly when tasks are added before scheduling algorithm is choosen. *FIXED*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment