mirror of
https://github.com/0intro/conterm
synced 2024-11-22 05:41:28 +03:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
CC=gcc
|
|
objtype=`{uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'}
|
|
CFLAGS=-I$DSRC/include -c -ggdb -D_THREAD_SAFE -pthread # not ready for this yet: -Wall
|
|
LDFLAGS=-pthread -L/usr/X11R6/lib -lX11 -ggdb
|
|
O=o
|
|
L=a
|
|
SYS=posix
|
|
#OS=FreeBSD
|
|
OSHOOKS=posix
|