5 lines
41 B
Makefile
5 lines
41 B
Makefile
all:
|
|
g++ main.cpp -o gamma
|
|
|
|
.PHONY: all
|
all:
|
|
g++ main.cpp -o gamma
|
|
|
|
.PHONY: all
|