old-DasOS/prototypes/libvideo/Makefile

12 lines
142 B
Makefile
Raw Normal View History

2016-06-26 13:21:36 +00:00
##
# Build video library.
##
include ../config.mk
LIBRARY = libvideo.a
all: builddir $(LIBRARY)
include ../common.mk
include ../library.mk