X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=Makefile;h=52d7b7d2826b1310b0663f5281403fcb4267a105;hp=ed7deb6e276d249255d98a461478e673428ab83e;hb=2cf15043eba6ed7b16526145dcf6a2b563b9712d;hpb=a8c8ac860fcc5ff1af94f42432cdc9636a8de779 diff --git a/Makefile b/Makefile index ed7deb6..52d7b7d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CFLAGS=-Wall -I. -L. # set the following for windows #LDFLAGS += -liphlpapi -all: libpduuid.a +all: libpduuid.a uuidgen windows: libpduuid.a uuidgen.o $(CC) $(CFLAGS) -Wall -L. -o $@ uuidgen.o -lpduuid $(LDFLAGS) -liphlpapi