diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-14 02:04:48 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-14 02:04:48 +0000 |
commit | 125866f73191d541f6c4870aadbafe26db5f4741 (patch) | |
tree | 58545374d0347dbcecfee7ed8b139c0c13835d3b /GNUmakefile | |
parent | 4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4 (diff) | |
download | netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.tar.gz netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.tar.xz netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.zip |
Make 'make clean' clean icon/netpbm.o
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2651 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index caf8e37d..ca2181b3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,7 +74,7 @@ include $(BUILDDIR)/config.mk PROG_SUBDIRS = converter analyzer editor generator other PRODUCT_SUBDIRS = lib $(PROG_SUBDIRS) -SUPPORT_SUBDIRS = urt buildtools test +SUPPORT_SUBDIRS = urt icon buildtools test SUBDIRS = $(PRODUCT_SUBDIRS) $(SUPPORT_SUBDIRS) |