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)