summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-17 14:06:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-17 14:06:05 +0000
commit2d92179ba8ba68bd215a1ace696fa0d8961bd5c9 (patch)
treec0703e146e3b713a9361fe4a501f9c1adff05654 /Makefile
parent1d1b103045bf8bfeab4945635d99025fd4324df7 (diff)
downloadldetect-2d92179ba8ba68bd215a1ace696fa0d8961bd5c9.tar
ldetect-2d92179ba8ba68bd215a1ace696fa0d8961bd5c9.tar.gz
ldetect-2d92179ba8ba68bd215a1ace696fa0d8961bd5c9.tar.bz2
ldetect-2d92179ba8ba68bd215a1ace696fa0d8961bd5c9.tar.xz
ldetect-2d92179ba8ba68bd215a1ace696fa0d8961bd5c9.zip
default RPM to ~/rpm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)