X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=db048313fec4d24fd4d50bd44e2a29830cec86e5;hb=be18b25512f1032b934a9674a17d98c2b772edf5;hp=a5aeef54a7af4e62d521fb5f7292f787ab95772c;hpb=aedca76587982d5e1c9f5042eb7b3fb138667784;p=cmccabe-bin diff --git a/Makefile b/Makefile index a5aeef5..db04831 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS=-Wall -O2 -all: audiobooker bytor errno_speak show_default_sockopts simple_time vimstart hexconv +all: audiobooker bytor errno_speak show_default_sockopts random_word simple_time vimstart hexconv audiobooker: go build audiobooker.go @@ -18,5 +18,7 @@ vimstart: vimstart.o hexconv: hexconv.o +random_word: random_word.o + clean: rm -rf bytor errno_speak show_default_sockopts simple_time vimstart hexconv *.o