-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
33 lines (26 loc) · 795 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CC=gcc
CFLAGS=-I.
switch_screen:
gcc switch_screen.c -o switch_screen
sudo chown root:root switch_screen
sudo chmod 7445 switch_screen
switch_screen_1:
gcc switch_screen_1.c -o switch_screen_1
sudo chown root:root switch_screen_1
sudo chmod 7445 switch_screen_1
switch_screen_2:
gcc switch_screen_2.c -o switch_screen_2
sudo chown root:root switch_screen_2
sudo chmod 7445 switch_screen_2
switch_screen_3:
gcc switch_screen_3.c -o switch_screen_3
sudo chown root:root switch_screen_3
sudo chmod 7445 switch_screen_3
switch_screen_4:
gcc switch_screen_4.c -o switch_screen_4
sudo chown root:root switch_screen_4
sudo chmod 7445 switch_screen_4
switch_screen_5:
gcc switch_screen_5.c -o switch_screen_5
sudo chown root:root switch_screen_5
sudo chmod 7445 switch_screen_5