aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/cfrac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/cfrac/Makefile')
-rw-r--r--src/benchmarks/cfrac/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/benchmarks/cfrac/Makefile b/src/benchmarks/cfrac/Makefile
deleted file mode 100644
index 3c42b66..0000000
--- a/src/benchmarks/cfrac/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-OBJDIR ?= obj
-
-.PHONY = all clean
-
-all:
- cmake -S $(shell pwd) -B $(OBJDIR)
- make -C $(OBJDIR)
-
-clean:
- rm -rf $(OBJDIR)