oga's tools
修訂 | 2f35f5d924496f3a848f167d2484ff94b6f15148 (tree) |
---|---|
時間 | 2014-01-01 05:42:52 |
作者 | oga <oga@mxg....> |
Commiter | oga |
add rand2.c
@@ -26,7 +26,7 @@ TARGETS=$(VP)/age $(VP)/cal2 $(VP)/cgrep $(VP)/cmem $(VP)/cpkt $(VP)/cpuid \ | ||
26 | 26 | $(VP)/peke2 $(VP)/peke $(VP)/perfan $(VP)/strings2 $(VP)/t64an \ |
27 | 27 | $(VP)/tolower $(VP)/txt2vnt $(VP)/upload $(VP)/wavana $(VP)/wavcut2 \ |
28 | 28 | $(VP)/wavcut $(VP)/welcome $(VP)/whichx $(VP)/wwstat $(VP)/xalloc \ |
29 | - $(VP)/zusa | |
29 | + $(VP)/zusa $(VP)/rand2 | |
30 | 30 | |
31 | 31 | TARGET_X=$(VP)/qix $(VP)/xmem $(VP)/xpkt $(VP)/xpstat |
32 | 32 |
@@ -220,6 +220,9 @@ $(VP)/qix : $(TOOL)/qix.c | ||
220 | 220 | $(VP)/rand : $(TOOL)/rand.c |
221 | 221 | ${CC} $? -o $@ -O |
222 | 222 | |
223 | +$(VP)/rand2 : $(TOOL)/rand2.c | |
224 | + ${CC} $? -o $@ -O | |
225 | + | |
223 | 226 | $(VP)/rw : $(TOOL)/rw.c |
224 | 227 | ${CC} $? -o $@ -O -DLINUX |
225 | 228 |