Added 'const' to GP_ContextW/H
[gfxprim.git] / lib.mk
bloba8bccff2de894b7409ca8b9c7d33c0861b4cca4e
1 ifndef LIBNAME
2 $(error LIBNAME not defined, fix your library Makefile)
3 endif
6 # Trigger library rebuild
8 all: $(OBJECTS)
9 @$(MAKE) --no-print-directory -C $(TOPDIR)/build/
11 CLEAN+=$(OBJECTS)