remove unused benchmarks
[model-checker-benchmarks.git] / williams-queue / Makefile
diff --git a/williams-queue/Makefile b/williams-queue/Makefile
deleted file mode 100644 (file)
index 430214e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../benchmarks.mk
-
-TESTNAME = williams-queue
-
-all: $(TESTNAME)
-
-$(TESTNAME): $(TESTNAME).cc $(TESTNAME).h
-       $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS)
-
-clean:
-       rm -f $(TESTNAME) *.o