diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-04-13 09:50:01 -0400 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-04-13 09:50:01 -0400 |
commit | c1b2102cabf95758b1d2ecb5c793730633fee3b7 (patch) | |
tree | 409ec9dd464f2a7e6a726084e704e658592e5d51 /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3c206cc --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +guardian : guardian.c + gcc guardian.c -o guardian |