aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bak
diff options
context:
space:
mode:
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
+
+