mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 21:33:30 +00:00
Build all before install
git-svn-id: svn://svn.cc65.org/cc65/trunk@2607 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
74ef3ec2d2
commit
1538ca516e
@ -46,7 +46,7 @@ zap:
|
||||
$(MAKE) -C doc zap
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install: all
|
||||
@if [ `id -u` != 0 ]; then \
|
||||
echo ""; \
|
||||
echo 'Do "make install" as root'; \
|
||||
@ -78,4 +78,4 @@ install:
|
||||
@$(INSTALL) -m 644 doc/*.html $(CC65DOC)
|
||||
@$(INSTALL) -m 644 doc/{compile.txt,grc.txt,internal.txt,newvers.txt} $(CC65DOC)
|
||||
@$(INSTALL) -m 644 src/ld65/cfg/*.cfg $(CC65DOC)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user