File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Makefile targets:
6
6
psgplay - compile PSG play for Linux or Mac OS
7
7
PSGPLAY.TOS - compile PSG play for the Atari ST
8
8
web - compile for Javascript and Webassembly
9
+ example - compile examples using the PSG play library
9
10
gtags - make tags for the GNU Global source code tagging system
10
11
version - display PSG play version
11
12
clean - remove generated files
@@ -18,7 +19,8 @@ Makefile options:
18
19
ALSA - set to 1 to support ALSA for Linux
19
20
PORTAUDIO - set to 1 to support PortAudio for Linux or Mac OS
20
21
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)
22
24
AR - same as HOST_AR (described below)
23
25
24
26
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:
69
71
Build a cross-compiled program for the MIPS/R5900 architecture:
70
72
71
73
$ make HOST_CC=mipsr5900el-unknown-linux-gnu-gcc psgplay
74
+
75
+ In addition, review script/compile for more examples.
You can’t perform that action at this time.
0 commit comments