diff options
| author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:23:51 +0200 |
|---|---|---|
| committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:23:51 +0200 |
| commit | a55d0bed6240c54f6173b1e38e80212c02c302de (patch) | |
| tree | 07c15eebc8cd84e1071a3f72d3c74475017372f3 /test/makefile | |
| parent | b45b5d04daa29fcdd456233a931dcbb5b287769f (diff) | |
| parent | 245fde65808ce902064ab438296f04f691d007e7 (diff) | |
Merge branch 'master' into wip/handover
Diffstat (limited to 'test/makefile')
| -rw-r--r-- | test/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile new file mode 100644 index 0000000..7aeee34 --- /dev/null +++ b/test/makefile @@ -0,0 +1,7 @@ +TARGET = $(BUILD_DIR)/test + +include ../lazy.mk + +test: $(TARGET) FORCE + $(TARGET) + |