home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add locales-all ubuntu pkg
[khome.git]
/
src
/
Makefile
Commit
Line
Data
de7ac8e9
SK
1
CPPFLAGS := -D_POSIX_C_SOURCE=200809L
2
CFLAGS := -std=c99 -Wall -Wextra
3
LDLIBS := -lncurses
4
5
.PHONY: build clean
6
7
build: clockloop
8
9
clean:
10
rm -f clockloop
This page took
0.024746 seconds
and
4
git commands to generate.