uni

University stuff
git clone git://git.margiolis.net/uni.git
Log | Files | Refs | README | LICENSE

Makefile (66B)


      1 all:
      2 	cc ex2a.c -fopenmp -lomp -o ex2a
      3 
      4 clean:
      5 	rm -f ex2a *.core