Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clib/makefile: compile as -m32
  • Loading branch information
cantora committed Sep 26, 2012
1 parent 530ab7b commit f5b9fb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clib/makefile
Expand Up @@ -5,6 +5,9 @@ OBJS = $(patsubst %.c, %.o, $(SRCS) )
.PHONY: all .PHONY: all
all: $(OBJS) all: $(OBJS)


%.o: %.c
gcc -m32 -c $<

.PHONY: clean .PHONY: clean
clean: clean:
rm -fv *.o rm -fv *.o

0 comments on commit f5b9fb5

Please sign in to comment.