blob: e87eaa0a088d8de95d967a1f36ed904fd0d10410 (
plain)
1
2
3
4
5
6
7
8
|
# Uncomment if you have gcc
# CC = gcc
#
# If you compiled with termcap, uncomment next line.
# THETERMCAP = -ltermcap
slhelp: slhelp.c
$(CC) $(CFLAGS) slhelp.c -I../src -L../src -o slhelp -lslang $(THETERMCAP)
|