Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mcwm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
mcwm
Commits
82614a72
Commit
82614a72
authored
14 years ago
by
Michael Cardell Widerkrantz
Browse files
Options
Downloads
Patches
Plain Diff
Bump.
Removed --pedantic for now.
parent
97e77fc9
No related branches found
Branches containing commit
Tags
20100721
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
82614a72
VERSION
=
2010072
0
VERSION
=
2010072
1
DIST
=
mcwm-
$(
VERSION
)
SRC
=
mcwm.c list.c config.h events.h list.h
DISTFILES
=
LICENSE Makefile NEWS README TODO WISHLIST mcwm.man
$(
SRC
)
CC
=
gcc
CFLAGS
=
-g
-std
=
c99
--pedantic
-Wall
-Wextra
-I
/usr/local/include
#-DDEBUG #-DDMALLOC
CFLAGS
=
-g
-std
=
c99
-Wall
-Wextra
-I
/usr/local/include
#-DDEBUG #-DDMALLOC
LDFLAGS
=
-L
/usr/local/lib
-lxcb
-lxcb-keysyms
-lxcb-icccm
-lxcb-atom
# -ldmalloc
RM
=
/bin/rm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment