16 lines
190 B
Plaintext
16 lines
190 B
Plaintext
targets=object.o,object2.o
|
|
dist=Makefile
|
|
|
|
[object.o]
|
|
type=object
|
|
sources=object.c
|
|
install=$(LIBDIR)
|
|
|
|
[object.c]
|
|
depends=a.c,b.c
|
|
|
|
[object2.o]
|
|
type=object
|
|
sources=object2.S
|
|
cppflags=-nostdinc
|