diff options
| author | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2015-04-06 01:12:40 +0200 |
|---|---|---|
| committer | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2015-04-06 01:12:40 +0200 |
| commit | d803582a32ed50400c57c75764300a7ab6b192e9 (patch) | |
| tree | 4735fe92c69542d3b43c31b25fc3fbbc71ab9105 /Makefile | |
| download | fmlock-d803582a32ed50400c57c75764300a7ab6b192e9.tar.gz fmlock-d803582a32ed50400c57c75764300a7ab6b192e9.tar.bz2 | |
initial commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
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 |
