fexc: use script.o
This commit is contained in:
parent
1fc1addd2d
commit
a2d5f0a42e
2
Makefile
2
Makefile
@ -17,6 +17,8 @@ $(TOOLS): Makefile common.h
|
||||
fex2bin bin2fex: fexc
|
||||
ln -s $< $@
|
||||
|
||||
fexc: script.h script.c
|
||||
|
||||
%: %.c %.h
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
|
||||
|
||||
|
||||
8
fexc.c
8
fexc.c
@ -25,14 +25,6 @@
|
||||
|
||||
/*
|
||||
*/
|
||||
static struct script *script_new(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
static void script_delete(struct script *UNUSED(script))
|
||||
{
|
||||
}
|
||||
|
||||
static int script_parse(int UNUSED(mode), const char *UNUSED(filename),
|
||||
struct script *UNUSED(script))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user