diff options
Diffstat (limited to 'libslang/doc/OLD/help/makefile.unx')
-rw-r--r-- | libslang/doc/OLD/help/makefile.unx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libslang/doc/OLD/help/makefile.unx b/libslang/doc/OLD/help/makefile.unx new file mode 100644 index 0000000..e87eaa0 --- /dev/null +++ b/libslang/doc/OLD/help/makefile.unx @@ -0,0 +1,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) |