Update makefile to compiler for 32-bit architectures on x86_64
[urcu.git] / Makefile
index 63cbec9e5c484edfd2800c22242e359cddf2bc81..7b30f9c08721727d0724debdbabf3b709755a719 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,4 @@
+include Makefile.inc
 
-test_urcu: urcu.o test_urcu.c
-       gcc -lpthread -g -o test_urcu urcu.o test_urcu.c
-
-urcu.o: urcu.c urcu.h
-       gcc -lpthread -g -c -o urcu.o urcu.c
-
-.PHONY: clean
-
-clean:
-       rm -f urcu.o test_urcu
+CFLAGS+=-m32
+LDFLAGS+=-m32
This page took 0.02211 seconds and 4 git commands to generate.