Cleanups for Makefile. Now using += to make things easier, and added explicit -m32 and -m64 switches.

This commit is contained in:
waltje
2017-06-14 00:55:11 -04:00
parent eb02faea83
commit 8c4360da51
2 changed files with 39 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
#include "mem.h"
#include "../mem.h"
#ifdef __amd64__
#include "codegen_x86-64.h"