This is the most common traditional name.
| 1 | 1 | 
                                    deleted file mode 100644  | 
                            
| ... | ... | 
                                    @@ -1,11 +0,0 @@  | 
                            
| 1 | 
                                    -# set this variable to the director in which you saved the common files  | 
                            |
| 2 | 
                                    -commondir = common/  | 
                            |
| 3 | 
                                    -  | 
                            |
| 4 | 
                                    -all : tsbk07  | 
                            |
| 5 | 
                                    -  | 
                            |
| 6 | 
                                    -tsbk07 : tsbk07.cpp $(commondir)GL_utilities.c $(commondir)LoadTGA.c $(commondir)Linux/MicroGlut.c  | 
                            |
| 7 | 
                                    - gcc -Wall -o tsbk07 -I$(commondir) -Icommon/Linux -DGL_GLEXT_PROTOTYPES tsbk07.cpp $(commondir)GL_utilities.c $(commondir)LoadTGA.c $(commondir)Linux/MicroGlut.c -lXt -lX11 -lGL -lm -lstdc++  | 
                            |
| 8 | 
                                    -  | 
                            |
| 9 | 
                                    -clean :  | 
                            |
| 10 | 
                                    - rm tsbk07  | 
                            |
| 11 | 
                                    -  | 
                            
| 1 | 1 | 
                                    new file mode 100644  | 
                            
| ... | ... | 
                                    @@ -0,0 +1,11 @@  | 
                            
| 1 | 
                                    +# set this variable to the director in which you saved the common files  | 
                            |
| 2 | 
                                    +commondir = common/  | 
                            |
| 3 | 
                                    +  | 
                            |
| 4 | 
                                    +all : tsbk07  | 
                            |
| 5 | 
                                    +  | 
                            |
| 6 | 
                                    +tsbk07 : tsbk07.cpp $(commondir)GL_utilities.c $(commondir)LoadTGA.c $(commondir)Linux/MicroGlut.c  | 
                            |
| 7 | 
                                    + gcc -Wall -o tsbk07 -I$(commondir) -Icommon/Linux -DGL_GLEXT_PROTOTYPES tsbk07.cpp $(commondir)GL_utilities.c $(commondir)LoadTGA.c $(commondir)Linux/MicroGlut.c -lXt -lX11 -lGL -lm -lstdc++  | 
                            |
| 8 | 
                                    +  | 
                            |
| 9 | 
                                    +clean :  | 
                            |
| 10 | 
                                    + rm tsbk07  | 
                            |
| 11 | 
                                    +  |