Skip to content
Snippets Groups Projects
Select Git revision
  • 9b3847e0b283050f2aaf345d70631b4c3b4e4392
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

NameAnalysis.jrag

Blame
  • Makefile 176 B
    .PHONY: all
    all: ant-all
    
    .PHONY: test
    test: ant-test
    
    .PHONY: clean
    clean: ant-clean
    	rm -f *~
    
    .PHONY: distclean
    distclean: clean ant-distclean
    
    .PHONY: ant-%
    ant-%:
    	ant $*