X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=atari%2FMakefile.st;fp=atari%2FMakefile.st;h=0b13348a0493cf66466d8af778d8f75df90a7661;hb=c7e61475680fa226bd9b8bdd469cd66914e630f5;hp=c32fe9a4b514b4a64d567c96b242f407d176f040;hpb=800deb09b422a73c1212233a93839a223ff59678;p=debian%2Fgzip diff --git a/atari/Makefile.st b/atari/Makefile.st index c32fe9a..0b13348 100644 --- a/atari/Makefile.st +++ b/atari/Makefile.st @@ -10,7 +10,7 @@ # This Makefile is configured by default for the Atari ST using the # Minix filesytem. It can be modified (for efficiency) for an Atari TT # according to the instructions given below. It must be modified -# for building a TOS-filesystem version. +# for building a TOS-file system version. CC=gcc BASIC_FLAGS = -O2 -DATARI @@ -18,10 +18,10 @@ BASIC_FLAGS = -O2 -DATARI # Use this for a TT-only version #TT_FLAGS = -m68020 -# CFLAGS for building a Minix-filesystem version +# CFLAGS for building a Minix-file system version CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS) -# CFLAGS for building a TOS-filesystem version +# CFLAGS for building a TOS-file system version #CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS) -DTOSFS AS=$(CC) -c