aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-05-21 19:51:46 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-21 19:52:23 -0600
commitb7f8018a00be930e3f2b864949aec1f91291309c (patch)
tree585d97a66431ab226d820b0c0936d5e937784f5c /Makefile
parent00e10a7f233bfd741dbbd73bbe2ef217b25f5a12 (diff)
downloadvis-b7f8018a00be930e3f2b864949aec1f91291309c.tar.gz
vis-b7f8018a00be930e3f2b864949aec1f91291309c.tar.xz
Prepare to merge vis-test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a71942e..7e77c7f 100644
--- a/Makefile
+++ b/Makefile
@@ -147,12 +147,7 @@ profile: clean
coverage: clean
@$(MAKE) CFLAGS_EXTRA='--coverage' LDFLAGS_EXTRA='--coverage'
-test-update:
- git submodule init
- git submodule update --remote --rebase
-
test:
- [ -e test/Makefile ] || $(MAKE) test-update
@$(MAKE) -C test
testclean: