Commit 462ae983 authored by Christophe Mutricy's avatar Christophe Mutricy

Add xcb and peflags to the cleaning target

parent d7c97c82
...@@ -2577,6 +2577,10 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2 ...@@ -2577,6 +2577,10 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
cd $< && make install cd $< && make install
touch $@ touch $@
CLEAN_FILES += .xcb-util .xcb
CLEAN_PKG += xcb-util xcb
DISTCLEAN_PKG += xcb-util-$(XCB_UTIL_VERSION).tar.bz2 libxcb-$(XCB_VERSION).tar.bz2
# *************************************************************************** # ***************************************************************************
# Peflags utility (Windows only) # Peflags utility (Windows only)
# *************************************************************************** # ***************************************************************************
...@@ -2591,7 +2595,8 @@ peflags/peflags.c: ...@@ -2591,7 +2595,8 @@ peflags/peflags.c:
cd peflags && install ./peflags $(PREFIX)/bin cd peflags && install ./peflags $(PREFIX)/bin
touch $@ touch $@
CLEAN_PKG +=peflags CLEAN_PKG += peflags
CLEAN_FILES += .peflags
# *************************************************************************** # ***************************************************************************
# Some cleaning # Some cleaning
# *************************************************************************** # ***************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment