Use the traditional bmake magic.
Reviewed/approved by: sos
This commit is contained in:
parent
e1455d251d
commit
21d19cbd64
@ -1,2 +1,7 @@
|
||||
demo: demo.c libvgl.a
|
||||
cc -o demo demo.c -lvgl
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= demo
|
||||
NOMAN= yes
|
||||
LDADD= -lvgl
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user