• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LEVEL = ../../../make
2
3CXX_SOURCES := main.cpp
4CFLAGS := -g -O0
5
6clean: OBJECTS+=$(wildcard main.d.*)
7
8include $(LEVEL)/Makefile.rules
9