Home | History | Annotate | Download | only in formatters
      1 LEVEL = ../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 
      5 # Clean renamed executable on 'make clean'
      6 clean: OBJECTS+=no_synth
      7 
      8 include $(LEVEL)/Makefile.rules
      9