Skip to content
Snippets Groups Projects
Commit 967c6d07 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

make --only-classic skip prosa.implementation module

parent 7d507ed0
No related branches found
No related tags found
1 merge request!96Ideal Uniprocessor Scheduler Implementation
......@@ -10,7 +10,8 @@ do
FIND_OPTS+=( ! -path './classic/*' )
;;
--only-classic)
FIND_OPTS+=( ! -path './analysis/*' ! -path './behavior/*' ! -path './model/*' ! -path './results/*')
FIND_OPTS+=( ! -path './analysis/*' ! -path './behavior/*' ! -path './model/*' \
! -path './implementation/*' ! -path './results/*')
;;
*)
echo "Unrecognized option: $1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment