Reworked the bitmap functions to be of more general use
This commit is contained in:
parent
fc01ed38c0
commit
b42900c7bd
3 changed files with 54 additions and 228 deletions
4
Makefile
4
Makefile
|
@ -1,11 +1,11 @@
|
|||
# Copyright (C) 2011 Nils Faerber <nils.faerber@kernelconcepts.de>
|
||||
# prefix for installation and search path (like icons)
|
||||
PREFIX = /usr/local/
|
||||
CFLAGS = -Wall -O2 $(CCFLAGS)
|
||||
CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
|
||||
|
||||
PRGNAME = metawatch
|
||||
|
||||
MEMBERS = metawatch crc16ccitt
|
||||
MEMBERS = metawatch crc16ccitt mw_main
|
||||
|
||||
# no need to change anything below this line
|
||||
# ------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue