repo.or.cz
/
bubblegum.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ChangeLog removed.
[bubblegum.git]
/
src
/
Makefile.am
blob
700bf1277f33b088c47eb567576adf911e379d9f
1
DISTCLEANFILES = tags
2
3
bin_PROGRAMS = bubblegum
4
bubblegum_SOURCES = bubblegum.c file.c
5
noinst_HEADERS = bubblegum.h common.h
6
7
indent:
8
indent *.[ch] && rm -f *.[ch]~
9
10
tags:
11
ctags *.[ch]