annotate Makefile @ 1:3b9c253ce087 default tip

Add Makefile
author innparusu
date Sat, 03 Feb 2018 23:38:00 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b9c253ce087 Add Makefile
innparusu
parents:
diff changeset
1 twice: twice.c
3b9c253ce087 Add Makefile
innparusu
parents:
diff changeset
2 gcc -fopenmp -std=c99 -o $@ $<
3b9c253ce087 Add Makefile
innparusu
parents:
diff changeset
3 clean:
3b9c253ce087 Add Makefile
innparusu
parents:
diff changeset
4 rm -rf twice