mirror of
https://github.com/cc65/cc65.git
synced 2025-04-13 06:37:20 +00:00
Route standard goals to doc Makefile.
- mostlyclean is empty as there are no intermedite files. - all is empty as I don't want to have if depend on linuxdoc.
This commit is contained in:
parent
74ece8256e
commit
88247613d2
1
Makefile
1
Makefile
@ -5,6 +5,7 @@
|
||||
all mostlyclean clean install:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
@$(MAKE) -C libsrc --no-print-directory $@
|
||||
@$(MAKE) -C doc --no-print-directory $@
|
||||
|
||||
avail unavail bin:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user