This reverts commit e5203543a674453ce1e0cbbcb234d3308762fe65. As swanky as it is to have a really short file, it's hard to justify and makes me nervous. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			300 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			300 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
curve25519_generate.js: src/curve25519_generate.c src/glue.js
 | 
						|
	emcc -O2 --memory-init-file 0 --closure 1 --post-js src/glue.js -s 'EXTRA_EXPORTED_RUNTIME_METHODS=["Pointer_stringify"]' -o $@ src/curve25519_generate.c
 | 
						|
clean:
 | 
						|
	rm -f curve25519_generate.js
 | 
						|
all: curve25519_generate.js
 | 
						|
.PHONY: clean all
 |