Fixes and enhancements
This commit is contained in:
parent
a69eb10937
commit
8f684d091f
4 changed files with 75 additions and 18 deletions
3
Makefile
3
Makefile
|
@ -1,7 +1,8 @@
|
|||
# Copyright (C) 2011 Nils Faerber <nils.faerber@kernelconcepts.de>
|
||||
# prefix for installation and search path (like icons)
|
||||
PREFIX = /usr/local/
|
||||
CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
|
||||
#CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
|
||||
CFLAGS = -Wall -O2 $(CCFLAGS)
|
||||
|
||||
PRGNAME = metawatch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue