Home | History | Annotate | Download | only in char1632_t
      1 LEVEL = ../../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 CFLAGS :=-g -O0 -std=c++11
      5 
      6 clean: OBJECTS+=$(wildcard main.d.*)
      7 
      8 include $(LEVEL)/Makefile.rules
      9