1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-28 02:34:28 +01:00

Improved Makefile and generate a C and C++ compatible header

This commit is contained in:
Mike Long
2010-12-14 15:10:21 +01:00
parent ba00fb0399
commit 014c49bef2
5 changed files with 630 additions and 613 deletions

View File

@@ -28,7 +28,7 @@ clean:
@echo "Cleaning backups"
@echo " rm -f *~"
rm -f *~
@echo "Removing programm"
@echo "Removing programs"
@echo " rm -f "$(C_PROGNAME)
rm -f $(C_PROGNAME)
@echo " rm -f "$(CPP_PROGNAME)

View File

@@ -6,7 +6,7 @@
// Description : Hello World in C++, Ansi-style
//============================================================================
#include "../cppmock.hpp"
#include "../cmock.h"
extern "C"{
#include "embedded.h"