mirror of
https://github.com/BlackLight/nash.git
synced 2025-05-13 07:06:08 +02:00
6 lines
65 B
Makefile
6 lines
65 B
Makefile
all:
|
|
g++ -o nash main.cpp nash.cpp -g
|
|
|
|
clean:
|
|
rm tags
|
|
rm nash
|