mklib: add %.acid target
This commit is contained in:
parent
59994e1beb
commit
9a7b1b57b6
1 changed files with 3 additions and 0 deletions
|
@ -41,5 +41,8 @@ nuke:V:
|
|||
clean:V:
|
||||
rm -f *.[$OS] y.tab.? y.output y.error $CLEANFILES
|
||||
|
||||
%.acid:V:
|
||||
$CC $CFLAGS -a `{basename $stem .$objtype}^.c >$target
|
||||
|
||||
update:V:
|
||||
update $UPDATEFLAGS $UPDATE
|
||||
|
|
Loading…
Reference in a new issue