diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:07:11 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:07:11 -0400 |
commit | 6db74a1754d4835bb1d5ab228f40528e036b8056 (patch) | |
tree | 94e192e7aac9e4abd86ca5f3f51edf58b1a8654c /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a0a0c6a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.POSIX: + +install: + cp -T /var/www/html/chsmun index.{html,css} |