diff options
author | Simon Rettberg | 2017-02-10 14:42:07 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-02-10 14:42:07 +0100 |
commit | 4b6a44e7082e52f667348b583d1d3c8bd46892f0 (patch) | |
tree | afc3edd3929f43b0131c1631332bd7ccce19a2a8 /Makefile | |
download | ntfsfree-4b6a44e7082e52f667348b583d1d3c8bd46892f0.tar.gz ntfsfree-4b6a44e7082e52f667348b583d1d3c8bd46892f0.tar.xz ntfsfree-4b6a44e7082e52f667348b583d1d3c8bd46892f0.zip |
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..399a370 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + gcc -Wall -Wextra -pedantic -o ntfsfree main.c -lntfs-3g |