Sha256: 47bf3ab79490528491b6b4bb1f25e7b543fd78609c681dc3a5cc83df2380cdc7

Contents?: true

Size: 250 Bytes

Versions: 8

Compression:

Stored size: 250 Bytes

Contents

all: window_ui.rb window_qrc.rb

window_ui.rb: window.ui
	rbuic4 window.ui -o window_ui.rb

window_qrc.rb: resources.qrc
	rbrcc -name resources resources.qrc -o window_qrc.rb

clean:
	rm -f window_ui.rb
	rm -f window_qrc.rb

run: all
	ruby launch.rb

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
RUIC-0.6.0 gui/makefile
RUIC-0.5.0 gui/makefile
RUIC-0.4.4 gui/makefile
RUIC-0.4.3 gui/makefile
RUIC-0.4.1 gui/makefile
RUIC-0.2.3 gui/makefile
RUIC-0.2.2 gui/makefile
RUIC-0.0.1 gui/makefile