forked from lix-project/lix
8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
LIBS += libmain
|
||
|
|
||
|
libmain_DIR := $(here)
|
||
|
|
||
|
libmain_SOURCES = shared.cc stack.cc
|
||
|
|
||
|
libmain_LDFLAGS = -lgc
|