aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5aeb748..995627a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,12 @@ PREFIX ?= /usr/local
CC ?= cc
CFLAGS ?= -D_DEFAULT_SOURCE -std=c99 -pedantic -Wall -O2 -s
-all: pm-fmtdb
+all: pm-fmtdb pm-genid
-install: pm-fmtdb
+install: pm-fmtdb pm-genid
install -m 755 pm-fmtdb $(PREFIX)/bin/pm-fmtdb
+ install -m 755 pm-genid $(PREFIX)/bin/pm-genid
install -m 755 pm $(PREFIX)/bin/pm
clean:
- rm -f pm-fmtdb
+ rm -f pm-fmtdb pm-genid