# Makefile for 68HC12 project
# Copyright 2008 Colin D Bennett <colin@gibibit.com>
# (See Makefile.inc for available options.)

PROGRAMS += hello
hello_C_SRCS := hello_helper.c
hello_CPP_SRCS := hello_main.cpp

include Makefile.inc
