Просмотр исходного кода

added script to compile using the makefile (a requirement...)

Natalie Pueyo 8 лет назад
Родитель
Сommit
47c3845e0e
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      program2/compile.sh

+ 3 - 0
program2/compile.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+make clean
+make