Search Results

Search: Posts Made By: neerajgoyal12
Forum: Programming 12-05-2008
2,700
Posted By neerajgoyal12
Thanx Spartle .. I got it right thankyou very...
Thanx Spartle .. I got it right
thankyou very much
Forum: Programming 12-04-2008
2,700
Posted By neerajgoyal12
Problem with makefile
My make file is

CFLAGS = -Wall -g
LDFLAGS = -lm
CC = g++

all: server client

rc4.o: rc4.cpp rc4.h
${CC} ${CFLAGS} -c rc4.cpp

server.o: server.cpp rc4.h
${CC} ${CFLAGS}...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy