aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bak
diff options
context:
space:
mode:
authordaniel aschauer <aschix@users.sourceforge.net>2009-01-09 17:23:55 +0000
committerdaniel aschauer <aschix@users.sourceforge.net>2009-01-09 17:23:55 +0000
commit420ada2dde4af8d71bc1d9c6988311961cf47f1b (patch)
tree874d3bda95a9dbc113a1bd24dfdf1d57ba8dcb6a /Makefile.bak
svn path=/trunk/externals/algocomp/; revision=10494svn2git-root
Diffstat (limited to 'Makefile.bak')
-rwxr-xr-xMakefile.bak9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.bak b/Makefile.bak
new file mode 100755
index 0000000..3365503
--- /dev/null
+++ b/Makefile.bak
@@ -0,0 +1,9 @@
+all: test
+
+test: test.o
+ gcc test.c -o test.o
+
+clean:
+ rm test.o
+
+