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:
Dave Beazley 2000-01-28 17:23:32 +00:00
commit c6ed0c0e32

View file

@ -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