aboutsummaryrefslogtreecommitdiffstats
path: root/compulation
diff options
context:
space:
mode:
Diffstat (limited to 'compulation')
-rwxr-xr-xcompulation4
1 files changed, 4 insertions, 0 deletions
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