diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-08 19:12:45 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-08 19:12:45 +0100 |
commit | bceaf05444f1825cd205392eae128106a8c0fd3c (patch) | |
tree | 17d908fa240469fa1b4a3ee71f7583a5a1ec7d19 /Makefile | |
parent | 67532d88be82b9ae25ad5e57e2d2baf7e365082e (diff) | |
download | mcwm-bceaf05444f1825cd205392eae128106a8c0fd3c.zip |
Added hidden.c to SRC.20130208-2
Bumped version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -VERSION=20130208 +VERSION=20130208-2 DIST=mcwm-$(VERSION) -SRC=mcwm.c list.c config.h events.h list.h +SRC=mcwm.c list.c config.h events.h list.h hidden.c DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC) CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC |