7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
#
|
|
|
|
CFLAGS = -g -I/usr/include/glide -I../lib
|
|
|
|
texus : waco.o
|
|
$(CC) -o $@ $+ -L../lib -ltexus
|