Skip to content
Snippets Groups Projects
Select Git revision
  • 6e909d2ccb1e475f32321299a78ab38a8d6aabcd
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

Makefile

Blame
  • Forked from Anders Blomdell / LabComm
    368 commits behind the upstream repository.
    Anders Blomdell's avatar
    Anders Blomdell authored
    Coreccted LabComm.py
    0e50a779
    History
    Makefile 316 B
    .PHONY: all
    all:
    	echo To be done...
    	$(MAKE) -C twoway all
    
    .PHONY: test
    test:
    	echo More to be done...
    	cd simple ; sh compile.sh && sh run.sh
    	$(MAKE) -C twoway test 
    	$(MAKE) -C duck_typing test
    
    .PHONY: clean distclean
    clean distclean:
    	echo To be done...
    	$(MAKE) -C twoway clean
    	$(MAKE) -C duck_typing clean