Subversion Repositories tendra.SVN

Rev

Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 66
Line 34... Line 34...
34
	rm -f $(OBJS)
34
	rm -f $(OBJS)
35
	rm -f $(PROG)
35
	rm -f $(PROG)
36
	rm -f syntax.c
36
	rm -f syntax.c
37
	rm -f syntax.h
37
	rm -f syntax.h
38
 
38
 
39
install:
39
install: $(PROG)
40
	mkdir -p $(INSTALL_BINDIR)
40
	mkdir -p $(INSTALL_BINDIR)
41
	install $(PROG) $(INSTALL_BINDIR)/$(PROG)
41
	install $(PROG) $(INSTALL_BINDIR)/$(PROG)
42
 
42
 
43
#-include .depend	
43
#-include .depend