diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-21 15:43:14 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-21 15:43:20 +0200 |
commit | a12702c912ae0ce96c754ffcb2ab5d901c504b65 (patch) | |
tree | 98d921c19ca689a4b82d300de9df79b24552e4c5 /test | |
parent | 44affb6635359ef2f619562800165ccfff438ae4 (diff) |
remove lazy.mk and update readme
Diffstat (limited to 'test')
-rw-r--r-- | test/makefile | 7 |
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) - |