aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-21 15:43:14 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-21 15:43:20 +0200
commita12702c912ae0ce96c754ffcb2ab5d901c504b65 (patch)
tree98d921c19ca689a4b82d300de9df79b24552e4c5 /test
parent44affb6635359ef2f619562800165ccfff438ae4 (diff)
remove lazy.mk and update readme
Diffstat (limited to 'test')
-rw-r--r--test/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/makefile b/test/makefile
deleted file mode 100644
index 7aeee34..0000000
--- a/test/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-TARGET = $(BUILD_DIR)/test
-
-include ../lazy.mk
-
-test: $(TARGET) FORCE
- $(TARGET)
-