Skip to content
Snippets Groups Projects
Commit b23f9366 authored by sof's avatar sof
Browse files

[project @ 1998-07-10 19:52:13 by sof]

Added .gc -> .lhs suffix rule
parent 034bc890
No related merge requests found
......@@ -117,7 +117,10 @@ SRC_HC_PRE_OPTS += $(HC_PRE__)
#
%.hs : %.gc
$(GREENCARD) $(GREENCARD_OPTS) $<
$(GREENCARD) $(GREENCARD_OPTS) $< -o $@
%.lhs : %.gc
$(GREENCARD) $(GREENCARD_OPTS) $< -o $@
#-----------------------------------------------------------------------------
# C-related suffix rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment