mirror of
https://github.com/BlackLight/nash.git
synced 2024-11-23 20:25:11 +01: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
|