Update Makefile
This commit is contained in:
14
Makefile
14
Makefile
@@ -4,12 +4,12 @@ deb:
|
|||||||
arch:
|
arch:
|
||||||
@sudo pacman -S gcc python3
|
@sudo pacman -S gcc python3
|
||||||
|
|
||||||
c: main.c
|
c: doughnut.c
|
||||||
@gcc -o main.out main.c -lm
|
@gcc -o doughnut.out doughnut.c -lm
|
||||||
@./main.out
|
@./doughnut.out
|
||||||
|
|
||||||
py: main.py
|
py: doughnut.py
|
||||||
@python3 main.py
|
@python3 doughnut.py
|
||||||
|
|
||||||
clean: main.out
|
clean: doughnut.out
|
||||||
@rm main.out
|
@rm doughnut.out
|
||||||
|
|||||||
Reference in New Issue
Block a user