LEVEL = ../../../make

CXX_SOURCES = a.cpp b.cpp

include $(LEVEL)/Makefile.rules

a.o: a.cpp
	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@
