Development

/plugins/sfFirebugPlugin/Makefile

You must first sign up to be able to contribute.

root/plugins/sfFirebugPlugin/Makefile

Revision 13665, 184 bytes (checked in by jerome.etienne, 4 years ago)

initial commit

Line 
1 # jme- ultra raw Makefile to generate the plugin
2
3 all: clean package
4
5 PLUGIN_NAME=$(shell basename `pwd`)
6
7 package:
8     pear package
9
10 clean:
11     rm -f $(PLUGIN_NAME)-[0-9]*.[0-9]*.[0-9]*.tgz
Note: See TracBrowser for help on using the browser.