Logo white

Anubis / Anubis

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • anubis
  • Makefile
  • Project files under KDevelop
    bd0a1638
    Cédric RICARD authored
    2011-10-17 09:47:50 +0000  
    Browse Code »
Makefile 181 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
all: compiler vm
    
compiler:
	cd anubis_dev/compiler ; scons 

vm:
	cd anubis_dev/vm ; scons 

clean:
	cd anubis_dev/compiler ; scons --clean 
	cd anubis_dev/vm ; scons --clean