aboutsummaryrefslogtreecommitdiff
path: root/unix/make.macosx64.sh
blob: 219811ab517ce3ed24186df0702f5b99b53c9f45 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
CLM=clm

(cd backendC/CleanCompilerSources; make -f Makefile.linux64)
(cd main/Unix; make -f Makefile all);
$CLM -gcm -h 48M -nt -nw -ci -nr -IL ArgEnv -I backend -I frontend -I main -I main/Unix \
	-l backendC/CleanCompilerSources/backend.a \
	cocl -o cocl