diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-21 16:14:38 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-27 20:57:49 +0200 |
commit | 27a673f5cf75747fe73641059aae60e9b53a1c78 (patch) | |
tree | faf15b5c6055568689534478f5306cd4fe4be459 /build_test.mk | |
parent | 6d7cd639a5e4503f00162c7cfa4bc7302b82c71c (diff) | |
download | qmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.tar.gz qmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.tar.xz |
The makefile actually calls build_test
Diffstat (limited to 'build_test.mk')
-rw-r--r-- | build_test.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk new file mode 100644 index 000000000..37ed8b568 --- /dev/null +++ b/build_test.mk @@ -0,0 +1,5 @@ +include common.mk + + +all: + echo Done $(TEST)
\ No newline at end of file |