From ac79cbd424d2339ff34112e142d289a51f90d3a6 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 28 Sep 2020 15:37:00 +0300 Subject: init project --- compulation | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 compulation (limited to 'compulation') diff --git a/compulation b/compulation new file mode 100755 index 0000000..614c238 --- /dev/null +++ b/compulation @@ -0,0 +1,4 @@ +#!/bin/bash + +gcc -c -Wall -g *.c +gcc -Wall -g -o lpass *.o \ No newline at end of file -- cgit v1.2.3-18-g5258