diff options
Diffstat (limited to '03/makefile')
-rw-r--r-- | 03/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/03/makefile b/03/makefile new file mode 100644 index 0000000..a78e3da --- /dev/null +++ b/03/makefile @@ -0,0 +1,4 @@ +main: main.cc +clean: + $(RM) main + |