cleaned-up the sources of the ITP course - remove internal notes - remove exercise solutions - remove KTH logo - add Creative Commons license
		
			
				
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
all:
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -f *Theory.sig *Theory.sml *.ui *.uo \#* *.toc *.aux *.ps *.log *.lof *.bbl *.blg *.hix *.tid *.tde *.out *~
 | 
						|
 |