diff options
author | Camil Staps | 2015-02-15 18:34:40 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-15 18:34:40 +0100 |
commit | 84b568431879e77c3f2b96c883af16730c857984 (patch) | |
tree | 3553e323a7bd91b6dfa964d0a1d7e2f2f73609c1 /week2/camil/Makefile | |
parent | final ass2 commit (diff) |
final commit
Diffstat (limited to 'week2/camil/Makefile')
-rw-r--r-- | week2/camil/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/week2/camil/Makefile b/week2/camil/Makefile new file mode 100644 index 0000000..9095df9 --- /dev/null +++ b/week2/camil/Makefile @@ -0,0 +1,4 @@ +all: + clm StdT -o StdT + clm TupleOverloading -o TupleOverloading + clm VectorOverloading -o VectorOverloading |