mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
5 lines
117 B
Makefile
5 lines
117 B
Makefile
|
|
#
|
|
# Compiling for the DEC AXP (alpha) with GNU CC or version 1.x of OSF.
|
|
#
|
|
CC = cc -std1 -D__AXP__ -D__OSF1__
|