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:
@@ -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)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Description : Hello World in C++, Ansi-style
|
||||
//============================================================================
|
||||
|
||||
#include "../cppmock.hpp"
|
||||
#include "../cmock.h"
|
||||
|
||||
extern "C"{
|
||||
#include "embedded.h"
|
||||
|
||||
Reference in New Issue
Block a user