Skip to content

Commit 4bc786a

Browse files
committed
Extend Makefile targets, options and examples
1 parent 59e1f01 commit 4bc786a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

INSTALL

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Makefile targets:
66
psgplay - compile PSG play for Linux or Mac OS
77
PSGPLAY.TOS - compile PSG play for the Atari ST
88
web - compile for Javascript and Webassembly
9+
example - compile examples using the PSG play library
910
gtags - make tags for the GNU Global source code tagging system
1011
version - display PSG play version
1112
clean - remove generated files
@@ -18,7 +19,8 @@ Makefile options:
1819
ALSA - set to 1 to support ALSA for Linux
1920
PORTAUDIO - set to 1 to support PortAudio for Linux or Mac OS
2021

21-
CC - same as HOST_CC (described below)
22+
CC - same as BUILD_CC and HOST_CC (described below)
23+
LD - same as HOST_LD (described below)
2224
AR - same as HOST_AR (described below)
2325

2426
BUILD_CC - set a C compiler to use for the build system
@@ -69,3 +71,5 @@ Build Javascript and Webassembly libraries using the Emscripten compiler:
6971
Build a cross-compiled program for the MIPS/R5900 architecture:
7072

7173
$ make HOST_CC=mipsr5900el-unknown-linux-gnu-gcc psgplay
74+
75+
In addition, review script/compile for more examples.

0 commit comments

Comments
 (0)