From 2d92179ba8ba68bd215a1ace696fa0d8961bd5c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 17 Aug 2002 14:06:05 +0000 Subject: default RPM to ~/rpm --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4ffee3..6ff7be2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ includedir = $(prefix)/include binaries = lspcidrake libraries = libldetect.a -CFLAGS = -Wall -W -Wstrict-prototypes -g +CFLAGS = -Wall -W -Wstrict-prototypes -Os -g + +RPM ?= $(HOME)/rpm build: $(binaries) $(libraries) -- cgit v1.2.1