summaryrefslogtreecommitdiff
path: root/.makefile
diff options
context:
space:
mode:
Diffstat (limited to '.makefile')
-rw-r--r--.makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/.makefile b/.makefile
index 7d6e572..594b79c 100644
--- a/.makefile
+++ b/.makefile
@@ -30,8 +30,7 @@ MAKE_TARGETS := \
test-all \
test-suite \
-# SOURCE_FILES := $(shell find . | grep '\.c$$')
-SOURCE_FILES := $(shell find tests/run-test-suite | grep '\.c$$')
+SOURCE_FILES := $(shell find . | grep '\.c$$')
ifneq ($(shell which gindent),)
INDENT := gindent
else
@@ -61,5 +60,4 @@ indent:
distclean purge:
git clean -dxf -e GNUmakefile
- rm -fr tests/run-test-suite
- git worktree prune
+ rm -fr libyaml-test