mothra: remove version
This commit is contained in:
parent
720967f984
commit
ce2487c3cc
2 changed files with 2 additions and 5 deletions
|
@ -11,14 +11,12 @@ CFILES= \
|
|||
rdhtml.c \
|
||||
url.c \
|
||||
|
||||
OFILES=${CFILES:%.c=%.$O} version.$O
|
||||
OFILES=${CFILES:%.c=%.$O}
|
||||
HFILES=mothra.h html.h libpanel/panel.h libpanel/rtext.h
|
||||
BIN=/$objtype/bin
|
||||
</sys/src/cmd/mkone
|
||||
|
||||
CFLAGS=-Dplan9 -Ilibpanel
|
||||
version.c: $CFILES
|
||||
date|sed 's/^... //;s/ +/-/g;s/.*/char version[]="&";/' >version.c
|
||||
|
||||
$LIB:V:
|
||||
cd libpanel
|
||||
|
@ -26,4 +24,4 @@ $LIB:V:
|
|||
|
||||
clean nuke:V:
|
||||
@{ cd libpanel; mk $target }
|
||||
rm -f *.[$OS] [$OS].out version.c $TARG
|
||||
rm -f *.[$OS] [$OS].out $TARG
|
||||
|
|
|
@ -102,5 +102,4 @@ void geturl(char *, int, int, int);
|
|||
int urlpost(Url*, char*);
|
||||
int urlget(Url*, int);
|
||||
int urlresolve(Url *);
|
||||
char version[];
|
||||
Mouse mouse;
|
||||
|
|
Loading…
Reference in a new issue