diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -6,6 +6,12 @@ all: XXMakefile  install: XXMakefile  	$(MAKE) -f XXMakefile install +install-core: XXMakefile +	$(MAKE) -f XXMakefile install-core + +install-helpfile: XXMakefile +	$(MAKE) -f XXMakefile install-helpfile +  install-scripts: XXMakefile  	$(MAKE) -f XXMakefile install-scripts | 
