mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Mark install(1) dependant on utils/cp.c and head(1) on utils/tail.c
This commit is contained in:
parent
63ce55e7e9
commit
42c94ee36b
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ install: all
|
||||||
mkdir -p $(DESTDIR)$(MANDIR)/man8
|
mkdir -p $(DESTDIR)$(MANDIR)/man8
|
||||||
cp $(MANPAGES8) $(DESTDIR)$(MANDIR)/man8
|
cp $(MANPAGES8) $(DESTDIR)$(MANDIR)/man8
|
||||||
|
|
||||||
|
head: tail.c
|
||||||
|
|
||||||
|
xinstall: cp.c
|
||||||
|
|
||||||
%: %.c
|
%: %.c
|
||||||
$(CC) -std=gnu11 $(CFLAGS) $(CPPFLAGS) $< -o $@
|
$(CC) -std=gnu11 $(CFLAGS) $(CPPFLAGS) $< -o $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue