Сделал 1е Задание по Битовым операциям
This commit is contained in:
parent
baa0509a01
commit
060d43dbcf
4 changed files with 51 additions and 0 deletions
8
BitwiseOperations/1Ex/makefile
Normal file
8
BitwiseOperations/1Ex/makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
all: main.o pow.o
|
||||
gcc main.o pow.o && del *.o
|
||||
|
||||
main.o: main.c
|
||||
gcc -c main.c
|
||||
|
||||
pow.o: pow.c
|
||||
gcc -c pow.c
|
Loading…
Add table
Add a link
Reference in a new issue