old-DasOS/prototypes/libvideo/Makefile
2016-06-26 18:48:36 +02:00

12 lines
No EOL
142 B
Makefile

##
# Build video library.
##
include ../config.mk
LIBRARY = libvideo.a
all: builddir $(LIBRARY)
include ../common.mk
include ../library.mk