view Makefile @ 1:3b9c253ce087 default tip

Add Makefile
author innparusu
date Sat, 03 Feb 2018 23:38:00 +0900
parents
children
line wrap: on
line source

twice: twice.c
	gcc -fopenmp -std=c99 -o $@ $<
clean:
	rm -rf twice