Files
hak/Makefile.am
hyung-hwan 04e068daab
All checks were successful
continuous-integration/drone Build is passing
updated build files to produce hakgo under bin
2025-11-01 19:39:14 +09:00

23 lines
390 B
Makefile

AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = t t/test-bi.hak
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += mod lib bin t
else
SUBDIRS += lib mod bin t
endif
DIST_SUBDIRS = $(SUBDIRS) pas
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache
clean-local:
rm -rf $(builddir)/go.mod $(builddir)/go.sum
go clean -C $(srcdir) -x -modfile $(abs_builddir)/go.mod -cache