Removed upstream dir
[maemian] / nokia-lintian / testset / binary / Makefile
diff --git a/nokia-lintian/testset/binary/Makefile b/nokia-lintian/testset/binary/Makefile
deleted file mode 100644 (file)
index da1dc55..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-all: hello hello-static
-
-hello: hello.c
-       gcc hello.c -o hello
-
-hello-static: hello.c
-       gcc -static hello.c -o hello-static
-
-clean:
-       rm -f hello hello-static
-
-distclean: clean