mirror of
https://github.com/jb55/nostril.git
synced 2024-11-23 00:49:06 -05:00
Merge '...better cross-platform compatibility fixes' #15
This commit is contained in:
commit
97744c480c
8
Makefile
8
Makefile
|
@ -55,9 +55,11 @@ nostril: $(HEADERS) $(OBJS) $(ARS)
|
|||
$(CC) $(CFLAGS) $(OBJS) $(ARS) -o $@
|
||||
|
||||
install: all
|
||||
install -Dm644 doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1
|
||||
install -Dm755 nostril $(PREFIX)/bin/nostril
|
||||
install -Dm755 nostril-query $(PREFIX)/bin/nostril-query
|
||||
mkdir -p $(PREFIX)/share/man/man1
|
||||
mkdir -p $(PREFIX)/bin
|
||||
install -m644 doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1
|
||||
install -m755 nostril $(PREFIX)/bin/nostril
|
||||
install -m755 nostril-query $(PREFIX)/bin/nostril-query
|
||||
|
||||
config.h: configurator
|
||||
./configurator > $@
|
||||
|
|
Loading…
Reference in New Issue
Block a user