diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-05-06 10:15:26 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-05-06 10:15:26 +0000 |
commit | 3b206c79bf0d58475a5b898bfb8d27d052a1ac29 (patch) | |
tree | 036fd30f13b64981e4fc44adea3bcee63b41bc01 /test/Makefile | |
parent | d0cf1fb60902db0c9a972ec989cd46283ccf5a3a (diff) | |
download | libfuse-3b206c79bf0d58475a5b898bfb8d27d052a1ac29.tar.gz |
basic test
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..738dd53 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS=-Wall -W + +all: test + +clean: + rm -f *.o test |