9 lines
157 B
Makefile
9 lines
157 B
Makefile
# Makefile for the ASR pass
|
|
|
|
MAGIC_SUPPORT_DIR=../magic/support
|
|
|
|
PASSNAME := asr
|
|
OBJS := $(MAGIC_SUPPORT_DIR)/MagicUtil.o ASRPass.o
|
|
|
|
include ../Makefile.inc
|