re-enable calls

This commit is contained in:
Theta Nil 2022-06-22 02:23:37 -04:00
parent f3cd909d09
commit 7b4283dbdd

View file

@ -1,7 +1,5 @@
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
# thetanil: disabled temp
# o/$(MODE)/test/libc/calls \
.PHONY: o/$(MODE)/test/libc
o/$(MODE)/test/libc: \
@ -10,6 +8,7 @@ o/$(MODE)/test/libc: \
o/$(MODE)/test/libc/dns \
o/$(MODE)/test/libc/fmt \
o/$(MODE)/test/libc/intrin \
o/$(MODE)/test/libc/calls \
o/$(MODE)/test/libc/log \
o/$(MODE)/test/libc/mem \
o/$(MODE)/test/libc/nexgen32e \