home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
contrib
/
curses
/
test
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-05-31
|
135 b
|
8 lines
CFLAGS = -O -I../inc
test : test.o ../lib/libcurses.a
gcc $(CFLAGS) $^ -lpc -o test
test.o : test.c
gcc $(CFLAGS) -c test.c