7 lines
124 B
Makefile
7 lines
124 B
Makefile
PASSNAME:= sectionify
|
|
|
|
OBJS := SectionifyPass.o
|
|
HEADERS = $(wildcard ../include/magic/support/*.h)
|
|
|
|
include ../Makefile.inc
|