Rethinking the rethinking.
This commit is contained in:
9
src/Makefile
Normal file
9
src/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CURDIR := $(TOPDIR)/hsrc
|
||||
|
||||
HSRC_FILES := Main
|
||||
|
||||
HSRC_FILES_PREFIXED := $(addprefix $(CURDIR)/,$(HSRC_FILES))
|
||||
OBJECTS += $(addsuffix .o,$(HSRC_FILES_PREFIXED))
|
||||
HS_SOURCES += $(addsuffix .hs,$(HSRC_FILES_PREFIXED))
|
||||
|
||||
include $(CURDIR)/Syntax/Makefile
|
||||
Reference in New Issue
Block a user