root/juggler/tags/1.0_alpha_02/GUI/Makefile

Revision 38, 255 bytes (checked in by allenb, 11 years ago)

Added clobber in addition to clean

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 VjCfg.jar: classfiles
3         jar cvf VjCfg.jar VjGUI/*.class VjConfig/*.class
4
5 classfiles:
6         make -f VjConfig/Makefile
7         make -f VjGUI/Makefile
8         @echo "Made all classfiles."
9
10 clean:
11         cd VjConfig; make clean
12         cd VjGUI; make clean
13
14 clobber: clean
15         rm VjCfg.jar
16
17
18
Note: See TracBrowser for help on using the browser.