/
index
/
herbe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update README.md
[herbe.git]
/
makefile
1
default:
2
gcc herbe.c -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
3
4
install: default
5
cp herbe /usr/local/bin
6
7
uninstall:
8
rm /usr/local/bin/herbe
9
10
clean:
11
rm -f herbe