summaryrefslogtreecommitdiff
path: root/tests/examplefiles/automake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/automake.mk')
-rw-r--r--tests/examplefiles/automake.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/examplefiles/automake.mk b/tests/examplefiles/automake.mk
deleted file mode 100644
index 47a50a38..00000000
--- a/tests/examplefiles/automake.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-if DEBUG
-DBG = debug
-else
-DBG =
-endif
-noinst_PROGRAMS = $(DBG)
-