aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-04-06 01:12:40 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-04-06 01:12:40 +0200
commitd803582a32ed50400c57c75764300a7ab6b192e9 (patch)
tree4735fe92c69542d3b43c31b25fc3fbbc71ab9105 /Makefile
downloadfmlock-d803582a32ed50400c57c75764300a7ab6b192e9.tar.gz
fmlock-d803582a32ed50400c57c75764300a7ab6b192e9.tar.bz2
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1998cb7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+fmlock: fmlock.c
+
+clean:
+ -rm fmlock
+
+.PHONY: clean