CXX_SOURCES = a.cpp b.cpp

include Makefile.rules

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