root/Whitix/trunk/lib/Makefile

Revision 2027, 114 bytes (checked in by mwhitworth, 3 years ago)

Update Makefile to no longer build bitmap.o.

Line 
1DEPTH=../
2
3OBJS = string.o vsprintf.o keobject.o heapsort.o
4
5build: $(OBJS)
6
7include ../make.inc
8-include $(DEPS)
Note: See TracBrowser for help on using the browser.