This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
renamed gridmenu.c into menu.c
master
Anselm R. Garbe
19 years ago
parent
39677ec766
commit
2de59d0f09
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-0
menu.c
+ 1
- 1
Makefile
View File
@ -5,7 +5,7 @@ include config.mk
WMSRC
=
wm.c draw.c util.c
WMOBJ
=
${
WMSRC
:
.c=.o
}
MENSRC
=
grid
menu.c draw.c util.c
MENSRC
=
menu.c draw.c util.c
MENOBJ
=
${
MENSRC
:
.c=.o
}
MAN
=
gridwm.1
BIN
=
gridwm gridmenu
gridmenu.c → menu.c
View File
Write
Preview
Loading…
Cancel
Save