]> pd.if.org Git - uuid/blobdiff - Makefile
Added defines for uuid sizes.
[uuid] / Makefile
index ed7deb6e276d249255d98a461478e673428ab83e..52d7b7d2826b1310b0663f5281403fcb4267a105 100644 (file)
--- 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