Started skeleton for accurate GC

This commit is contained in:
valtermiari 2023-03-21 13:11:58 +01:00
parent 75fb24e369
commit edeff09e86
4 changed files with 100 additions and 0 deletions

5
src/Accurate_GC/Makefile Normal file
View file

@ -0,0 +1,5 @@
LEVEL := ../..
LIBRARYNAME = GC
LOADABLE_MODULE = 1
include $(LEVEL)/Makefile.common