diff options
Diffstat (limited to '01/Makefile')
| -rw-r--r-- | 01/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/01/Makefile b/01/Makefile new file mode 100644 index 0000000..7979cbd --- /dev/null +++ b/01/Makefile @@ -0,0 +1,5 @@ +part1: part1.c + gcc part1.c -o part1 + +1: part1 + cat input | ./part1
\ No newline at end of file |
