comparison Makefile @ 1:3b9c253ce087 default tip

Add Makefile
author innparusu
date Sat, 03 Feb 2018 23:38:00 +0900
parents
children
comparison
equal deleted inserted replaced
0:b8c472c04dc9 1:3b9c253ce087
1 twice: twice.c
2 gcc -fopenmp -std=c99 -o $@ $<
3 clean:
4 rm -rf twice