X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=sh-gallery.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=e3ca112e377ab96bcf246edb54819572c8dd45f6;hp=7b7a9cd0b84fd2080e6f5cf4d418795b3f3d21a6;hb=2ebf1fb613e9349524ee14086cf383cd4d3a9987;hpb=c0affd18c8532e287641649eadda5e871a8b5bb5 diff --git a/Makefile b/Makefile index 7b7a9cd..e3ca112 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ SHELL := bash -#PICS := $(wildcard pictest/DSC?????.jpg) -PICS := $(wildcard sony/DSC?????.jpg) -# PICS := $(wildcard sony/DSC?????.jpg htc/IMG_*_??????.jpg) +PICS := $(wildcard sony/DSC?????.jpg htc/IMG_*_??????.jpg) SMALL := $(PICS:.jpg=_small.jpg) THUMB := $(PICS:.jpg=_thumb.jpg) @@ -30,4 +28,4 @@ wtf: .PHONY: all clean wtf clean: - rm -rf sony/*_{small,thumb}.jpg sony/*.html index.html *.zip + rm -rf {htc,sony}/*_{small,thumb}.jpg {htc,sony}/*.html index.html *.zip