Annotation of frontvm/as68k/Makefile, revision 1.1.1.2

1.1       root        1: 
1.1.1.2 ! root        2: CC = gcc
        !             3: LIBS = 
        !             4: CFLAGS = -O2 -g -Wall
1.1       root        5: 
1.1.1.2 ! root        6: OBJS = output.o output_c.o output_i386.o as68k.o dict.o
1.1       root        7: 
1.1.1.2 ! root        8: default: $(OBJS)
        !             9:        $(CC) $(CFLAGS) $(OBJS) -o as68k $(LIBS)
1.1       root       10: 
                     11: clean:
1.1.1.2 ! root       12:        -rm *.o
        !            13:        -rm as68k
1.1       root       14: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.