Skip to content

Commit

Permalink
making house_of_lore explicitly compile to 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Feb 29, 2016
1 parent d1113a9 commit 60a4190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CFLAGS += -std=c99
# Convenience to auto-call mcheck before the first malloc()
#CFLAGS += -lmcheck

house_of_lore: CFLAGS += -m32

all: $(PROGRAMS)
clean:
rm -f $(PROGRAMS)

0 comments on commit 60a4190

Please sign in to comment.