diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/minced-meat.rcp | 32 | ||||
-rw-r--r-- | lib/pasta-red-sauce.rcp | 5 | ||||
-rw-r--r-- | lib/pasta-with-minced-meat.rcp | 4 | ||||
-rw-r--r-- | lib/sandwich-base.rcp | 2 | ||||
-rw-r--r-- | lib/sandwich-sour.rcp | 13 |
5 files changed, 52 insertions, 4 deletions
diff --git a/lib/minced-meat.rcp b/lib/minced-meat.rcp new file mode 100644 index 0000000..1b25998 --- /dev/null +++ b/lib/minced-meat.rcp @@ -0,0 +1,32 @@ +@minced meat + +minced veal = 400g +minced pork = 100g + +salt, pepper = * +kayen pepper = 1/2 tbsp +cinamon = 1/2 tbsp +cumin = 1/2 tbsp +bay leaf = 2 + +sun dried tomato = 6 pieces + +white onion = 1 +garlic = 2 cloves +carrot = 1 small + +white wine = 1/2 glass +tomato sauce = 2 cans +olive oil = 3 tbsp + +--- + +- chop the ${white onion} and $garlic, slice the $carrot +> heat ${olive oil} in a pan and add ${white onion} and $garlic and $salt and [brown for 3 minutes] +> add the $carrot and [stir until well browned] +> add the ${minced pork} and ${minced veal} +> add the $pepper ${kayen pepper} $cinamon $cumin ${bay leaf} +> stir [until the meat is brown and starts to stick on the pan] +> deglaze with ${white wine} and stir [until most wine has evaporated] +> add the ${tomato sauce} and stir, if too thick add some water +> [cook for 30 minutesd] diff --git a/lib/pasta-red-sauce.rcp b/lib/pasta-red-sauce.rcp index 2b56894..a57f30c 100644 --- a/lib/pasta-red-sauce.rcp +++ b/lib/pasta-red-sauce.rcp @@ -1,4 +1,4 @@ -@pasta with red sauce 3
+@ pasta with red sauce 3
3!pasta.rcp
salt = *
@@ -14,8 +14,7 @@ olive oil = * - prepare $pasta
> heat some ${olive oil} in the pan
> fry $garlic [until light brown]
-> add $onion and some $salt, fry [until \
-onion is translucent]
+> add $onion and some $salt, fry [until onion is translucent]
> deglaze with the $wine and cook [until it reduces in half]
> add the ${tomato sauce}, and some warm water to rinse the can
> add $pasta to the sauce, turn the heat off, and cook [for 1-2 minutes]
diff --git a/lib/pasta-with-minced-meat.rcp b/lib/pasta-with-minced-meat.rcp new file mode 100644 index 0000000..3a4a6bc --- /dev/null +++ b/lib/pasta-with-minced-meat.rcp @@ -0,0 +1,4 @@ +@ pasta with minced meat + +!pasta.rcp +!minced-meat.rcp diff --git a/lib/sandwich-base.rcp b/lib/sandwich-base.rcp index 98568a7..7a485b2 100644 --- a/lib/sandwich-base.rcp +++ b/lib/sandwich-base.rcp @@ -5,5 +5,5 @@ butter or mayo = * --- -- toast the $bread => toasted bread +- toast the $bread [for 3 minutes] => toasted bread - spead the ${butter or mayo} on the ${toasted bread} diff --git a/lib/sandwich-sour.rcp b/lib/sandwich-sour.rcp new file mode 100644 index 0000000..de06b3d --- /dev/null +++ b/lib/sandwich-sour.rcp @@ -0,0 +1,13 @@ +@ sandwich with sun dried tomatoes + +!sandwich-base.rcp + +sun dried tomates = 3 +turkey = 2pcs +cheddar = 2pcs + +--- + +> chop the ${sun dried tomatoes} into litle pieces +> slice the $turkey and ${cheddar} in half ++ assembly order: bread mayo tomatoes cheddar turkey bread |