7 lines
121 B
Makefile
7 lines
121 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
clean: OBJECTS+=*.d.* *.d *.o *.pyc *.dSYM
|
|
|
|
include $(LEVEL)/Makefile.rules
|