aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-04-06 18:44:21 +0900
committerFreeArtMan <dos21h@gmail.com>2015-04-06 18:44:21 +0900
commit665719f12710b7c541a95fa9bc578f9c662c52a7 (patch)
tree3284d9dcd08bdc6c15728addb4bb37dea8936155 /Makefile
parent5154b6843e35c8b8de35a04146bfec22dc6912dc (diff)
downloaddirwatch-665719f12710b7c541a95fa9bc578f9c662c52a7.tar.gz
dirwatch-665719f12710b7c541a95fa9bc578f9c662c52a7.zip
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..34ad5aa
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+make:
+ gcc dirwatch.c -o dirwartch \ No newline at end of file