X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=06077532d936d475a88718f1c50006a27925eaa4;hb=7aa185f7ffbfb86dd631682014d3397c5ca82342;hp=b3031fd4502bece48915f259b3394424c4deb25b;hpb=ab5d8a35c1c111f64137f76939c68365cf4d22fb;p=nbtscanner diff --git a/Makefile b/Makefile index b3031fd..0607753 100644 --- a/Makefile +++ b/Makefile @@ -2,19 +2,17 @@ # note that mysql_config is braindamaged ;-) CC=gcc -CFLAGS=-g -Wall -I/usr/include/mysql/ +CFLAGS=-O6 -Wall -I/usr/include/mysql/ LIBS=-L/usr/local/lib/mysql -lmysqlclient -lnsl -lm -lz -lcrypt -LDFLAGS=-lefence +LDFLAGS= # # *** end of configuration *** # -# due to some icky programming, we will have to add all the .o files everywhere. - OBJSN=nbtscanner.o mysql_interface.o configfile.o nmb.o stats.o socket.o util.o id_list.o -OBJSO=outputfile.o mysql_interface.o configfile.o nmb.o stats.o socket.o util.o id_list.o +OBJSO=outputfile.o mysql_interface.o configfile.o all: nbtscanner outputfile nbtscanner: $(OBJSN)