mirror of
https://github.com/BlackLight/nash.git
synced 2024-11-24 04:35:11 +01:00
7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
all:
|
||
|
g++ -o nash main.cpp nash.cpp -g
|
||
|
|
||
|
clean:
|
||
|
rm tags
|
||
|
rm nash
|