blob: c4c3cfe3c18e2a25a4d9ceff537620236a25bd1a [file] [log] [blame]
LEVEL := ../../make
CXX_SOURCES := main.cpp
LD_EXTRAS := -ldl
include $(LEVEL)/Makefile.rules
all: hidden_lib a.out
hidden_lib:
$(MAKE) VPATH=$(SRCDIR)/hidden -I $(SRCDIR)/hidden -C hidden -f $(SRCDIR)/hidden/Makefile
clean::
$(MAKE) -I $(SRCDIR)/hidden -C hidden -f $(SRCDIR)/hidden/Makefile clean