Modified the 'experiment' rule to create an executable called 'swig'.
(Yes, I want it this way). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@160 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
64739860c3
commit
c6ed0c0e32
1 changed files with 2 additions and 2 deletions
|
|
@ -36,14 +36,14 @@ swig: _recurse DOH
|
|||
experiment: GOAL := experiment
|
||||
experiment: MODULES := Swig Preprocessor LParse Experiment Swim
|
||||
experiment: _recurse DOH SWILL
|
||||
$(CC) $(OBJS) $(LIBS) -o experiment
|
||||
$(CC) $(OBJS) $(LIBS) -o swig
|
||||
|
||||
#####################################################################
|
||||
# TARGET: clean
|
||||
#####################################################################
|
||||
clean: GOAL := clean
|
||||
clean: _recurse
|
||||
rm -f swig experiment
|
||||
rm -f swig
|
||||
|
||||
#####################################################################
|
||||
# TARGET: nuke
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue