aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-22 00:36:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-22 00:36:14 +0200
commit904a592ff51ff40afd2a96fb492e47f3628d94a9 (patch)
tree9f360d427950eeafdf29d5d136719c621a365ca5 /Makefile
parentmisc awesomeness (diff)
downloadlibgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.gz
libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.bz2
libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.xz
do ramp translations in the façade
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31ba47a..56d22bf 100644
--- a/Makefile
+++ b/Makefile
@@ -89,5 +89,9 @@ obj/%.o: src/%.c src/*.h
.PHONY: clean
clean:
- -rm -rf obj bin config.mk
+ -rm -rf obj bin
+
+.PHONY: distclean
+distclean: clean
+ -rm -f config.mk src/libgamma-config.h