bostic was right, and i was wrong.. boo.
This commit is contained in:
parent
998ea47bff
commit
39ec5a0745
@ -1,13 +1,14 @@
|
|||||||
# @(#)Makefile 5.1 (Berkeley) 6/8/92
|
# @(#)Makefile 5.1 (Berkeley) 6/8/92
|
||||||
|
|
||||||
PROG= test
|
PROG= test
|
||||||
SRCS= operators.c test.c
|
SRCS= test.c operators.c
|
||||||
CFLAGS+=-I.
|
CFLAGS+=-I.
|
||||||
LINKS= ${BINDIR}/test ${BINDIR}/[
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
||||||
MLINKS= test.1 '[.1'
|
MLINKS= test.1 '[.1'
|
||||||
CLEANFILES+= operators.c operators.h
|
CLEANFILES+= operators.c operators.h unary_op binary_op
|
||||||
|
|
||||||
operators.c operators.h: unary_op binary_op mkops
|
operators.c operators.h: unary_op binary_op mkops
|
||||||
|
cp ${.CURDIR}/unary_op ${.CURDIR}/binary_op .
|
||||||
sh ${.CURDIR}/mkops
|
sh ${.CURDIR}/mkops
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user