1. TEMPLATEROOT = ..
  2.  
  3. CFLAGS = -O0 -g
  4. ASFLAGS = -g
  5. OBJS=$(STARTUP) main.o
  6.  
  7. include $(TEMPLATEROOT)/Makefile.common