So did anyone try out my Festival tardist? If so, what did you think?
            _________________
私のホバークラフト は鰻が一杯です。
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.
 
 
  
nekonoko wrote: Cool! Can I mention this tardist on the news page?
 
 
  
  I've posted this to the news; thanks for the outstanding work!
 I've posted this to the news; thanks for the outstanding work!
Code: Select all
   # Makefile for CGV practicals
   
   # UoY 2002
   
   
   CC = gcc
   
   
   INCLUDE = -I/usr/local/include `libmikmod-config --cflags`
   
   CFLAGS =  -O2
   
   LINKS = -L/usr/local/lib/ -L/usr/X11R6/lib -lglut -lGL -lGLU -lX11 -lXi -lXmu -lm  `libmikmod-config --libs` -lpthread
   
   
   
   LDFLAGS =
   
   
   %: %.c
   
   $(CC) $(INCLUDE) $(CFLAGS) -o $@ $< $(LINKS) $(LDFLAGS)
   
   
   all: encrusted