26 lines
		
	
	
		
			534 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			534 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
all:
 | 
						|
		cd SOURCE && ./compile.sh
 | 
						|
 | 
						|
fast: 
 | 
						|
		cd SOURCE && ./compile_fast.sh
 | 
						|
 | 
						|
clean:
 | 
						|
		cd SOURCE && ./compile_clean.sh
 | 
						|
 | 
						|
slide:
 | 
						|
		cd SOURCE && ./compile_slide.sh
 | 
						|
 | 
						|
doc:
 | 
						|
		cd SOURCE && ./compile_modul.sh
 | 
						|
 | 
						|
open-doc:
 | 
						|
		okular \
 | 
						|
      ./robotic_1.pdf \
 | 
						|
      ./slide_robotic_1.pdf \
 | 
						|
      ./REF/TP101/TP101\ Materi.pdf \
 | 
						|
      ./REF/TP201/TP201\ Materi.pdf \
 | 
						|
      ./REF/TP101/TP101\ Workbook.pdf \
 | 
						|
			./REF/TP201/TP201\ Workbook.pdf \
 | 
						|
			./REF/TP301/PLC\ Basic\ level\ \(text\ book\).pdf \
 | 
						|
		  ./REF/TP301/PLC\ BASIC\ LEVEL\ WORK\ BOOK.pdf	&
 |