Build ego.

--HG--
branch : dtrg-buildsystem
rename : util/arch/build.mk => util/ego/build.mk
This commit is contained in:
David Given
2013-05-15 21:14:06 +01:00
parent f6c43b95ef
commit e9233b4712
17 changed files with 226 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
* L O C A L S . C
*/
#include <stdlib.h>
#include <stdio.h>
#include <em_mnem.h>
#include <em_spec.h>

View File

@@ -9,6 +9,7 @@
*/
#include <stdlib.h>
#include "types.h"
#include "lset.h"
#include "alloc.h"

View File

@@ -5,6 +5,7 @@
*/
/* P U T . C */
#include <stdlib.h>
#include <stdio.h>
#include <em_pseu.h>
#include <em_spec.h>