diff Makefile @ 1:3b9c253ce087 default tip

Add Makefile
author innparusu
date Sat, 03 Feb 2018 23:38:00 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sat Feb 03 23:38:00 2018 +0900
@@ -0,0 +1,4 @@
+twice: twice.c
+	gcc -fopenmp -std=c99 -o $@ $<
+clean:
+	rm -rf twice