diff options
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 1438f25..7e8ecf5 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -6,7 +6,7 @@ COCL = cocl #COCLFLAGS = -lat SYS = Clean\ System\ Files -MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest convert supercompile +MODULES = cleanversion basic pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest convert supercompile ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES)) @@ -47,5 +47,6 @@ $(SYS)/rule.abc: rule.icl rule.dcl graph.dcl basic.dcl $(SYS)/dnc.abc: dnc.icl dnc.dcl graph.dcl $(SYS)/graph.abc: graph.icl graph.dcl pfun.dcl basic.dcl $(SYS)/pfun.abc: pfun.icl pfun.dcl basic.dcl -$(SYS)/pretty.abc: pretty.icl pretty.dcl +#$(SYS)/pretty.abc: pretty.icl pretty.dcl $(SYS)/basic.abc: basic.icl basic.dcl +$(SYS)/cleanversion.abc: cleanversion.icl cleanversion.dcl |