pedrocarrico/pimon

View on GitHub
bin/makefile

Summary

Maintainability
Test Coverage
all:
    gcc -c random.c vmstat.c free.c; gcc -o vmstat vmstat.o random.o ;gcc -o free free.o random.o