5 lines
106 B
Makefile
5 lines
106 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp static-a.cpp static-b.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|