ChangeLog removed.
[bubblegum.git] / src / Makefile.am
blob700bf1277f33b088c47eb567576adf911e379d9f
1 DISTCLEANFILES = tags
3 bin_PROGRAMS = bubblegum
4 bubblegum_SOURCES = bubblegum.c file.c
5 noinst_HEADERS = bubblegum.h common.h
7 indent:
8         indent *.[ch] && rm -f *.[ch]~
10 tags:
11         ctags *.[ch]