Fix Makefile and some unneeded #includes.

make clean would first compile everything before cleaning.
And building anything would make git-info.h too late.
This commit is contained in:
Olaf Seibert
2015-11-09 22:15:00 +01:00
parent d76e294b06
commit ecd4e81a7c
3 changed files with 6 additions and 8 deletions

View File

@@ -45,11 +45,8 @@ DAMAGE.
#include <string.h>
#include "rad50.h"
#include "object.h"
#include "macro11.h"
/*
writerec writes "formatted binary records."
Each is preceeded by any number of 0 bytes, begins with a 1,0 pair,