Codebase list sidguesser / fresh-snapshots/main Makefile.in
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.in @fresh-snapshots/main

7048039
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
CC=@CC@
CFLAGS=-O2
GUESS_SID_OBJS=log.o SIDGuesser.o
LDFLAGS=-pthread

all: sidguess


sidguess: $(GUESS_SID_OBJS)
	$(CC) -o sidguess $(GUESS_SID_OBJS) $(LDFLAGS)

clean:
	rm -f *~ *.o sidguess sidguess.exe

distclean: clean
	rm -f Makefile config.h