18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
targets=test,test2,test3
|
|
dist=Makefile
|
|
|
|
[test]
|
|
type=binary
|
|
sources=test.c,main.c
|
|
install=$(BINDIR)
|
|
|
|
[test2]
|
|
type=binary
|
|
sources=test.m
|
|
ldflags=-lobjc
|
|
|
|
[test3]
|
|
type=binary
|
|
sources=test.cpp
|
|
ldflags=-ldl -lsocket -lm
|