qasim/sshfs-mapper/Makefile
2011-03-08 00:20:47 +00:00

12 lines
154 B
Makefile

UIFILES=$(wildcard *.ui)
RB_UIFILES=$(patsubst %.ui,%_ui.rb,$(UIFILES))
all: $(RB_UIFILES)
%_ui.rb: %.ui
rbuic4 $< -o $@
clean:
rm -f $(RB_UIFILES)