Skip to content

Commit

Permalink
added an comment for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekMFS committed Jan 6, 2021
1 parent 17792cc commit c89e2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
run:
# Makefile for running the program in Discriminatory Processor Sharing queue mode that required by examiner as third assingment
run:
java -jar CSPE-40824-assembly-0.3.jar --expOfCust 8 --mode fixed --queueMode dps --examiner & \
java -jar CSPE-40824-assembly-0.3.jar --expOfCust 8 --mode exp --queueMode dps --examiner & \
wait; \
Expand Down

0 comments on commit c89e2e6

Please sign in to comment.